]> git.sesse.net Git - ffmpeg/history - libavcodec
rtsp: Don't use av_malloc(0) if there are no streams
[ffmpeg] / libavcodec /
2012-04-08 Gwenole Beauchesnevaapi: mpeg2: fix slice_vertical_position calculation.
2012-04-08 Gwenole Beauchesnehwaccel: mpeg2: decode first field, if requested.
2012-04-06 Martin Storsjöcosmetics: Clean up the tiffenc pix_fmts declaration...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-04-06 Martin Storsjöcosmetics: Convert mimic.c to utf-8
2012-04-06 Reimar Döffingernellymoserenc: fix crash due to memsetting the wrong...
2012-04-06 Anne Aaronmpeg12: Do not change frame_pred_frame_dct flag and...
2012-04-05 Justin Rugglesavcodec: remove avcodec_guess_channel_layout()
2012-04-05 Justin Rugglesavutil: Add av_get_default_channel_layout()
2012-04-05 Diego Biurrunh264: Factorize declaration of mb_sizes array.
2012-04-04 Christophe GISQUETdsputil x86: use SSE float instruction instead of SSE2...
2012-04-04 Christophe GISQUETdsputil x86: remove deprecated parameter from scalarpro...
2012-04-04 Christophe GISQUETvp8dsp x86: perform rounding shift with a single instru...
2012-04-04 Diego Biurrunaacenc: Mark deinterleave_input_samples argument as...
2012-04-04 Anton Mitrofanovh264: fix 4:2:2 PCM-macroblocks decoding
2012-04-04 Derek Buitenhuisw32threads: Make pthread_cond_wait follow POSIX
2012-04-04 Diego Biurruncosmetics: Consistently place static, inline and av_col...
2012-04-04 Diego Biurrunsbrdsp: Use standard multiple inclusion guards.
2012-04-04 Aneesh Dograpcm: K&R formatting cosmetics
2012-04-03 Piotr Bandurskirawdec: Support fourccs YV16 and YV24
2012-03-31 Michael Niedermayerapedec: check bits <= 32.
2012-03-31 Aneesh Dogracavs: Remove unused code.
2012-03-30 Justin Ruggleslibspeexdec: set frame size in libspeex_decode_init()
2012-03-30 Franz Braußesmacker audio: sign-extend the initial 16-bit predicted...
2012-03-30 Diego Biurrunh264: drop ff_h264_ prefix from static function ff_h264...
2012-03-30 Diego Biurrunh264: Make ff_h264_decode_end() static, it is not used...
2012-03-29 Ronald S. Bultjelzw: fix potential integer overflow.
2012-03-29 Ronald S. Bultjetruemotion: forbid invalid VLC bitsizes and token values.
2012-03-29 Ronald S. Bultjetruemotion2: handle out-of-frame motion vectors through...
2012-03-29 Kostya Shishkovmp3dec: perform I/S and M/S only when frame mode is...
2012-03-29 Ronald S. Bultjelzw: prevent buffer overreads.
2012-03-28 Mashiat Sarker Sha... WMAL: Remove inaccurate and unnecessary doxy
2012-03-28 Ronald S. Bultjeh264: fix cabac-on-stack after safe cabac reader.
2012-03-28 Ronald S. Bultjetruemotion2: convert packet header reading to bytestream2.
2012-03-28 Ronald S. Bultjecabac: add overread protection to BRANCHLESS_GET_CABAC().
2012-03-28 Ronald S. Bultjecabac: increment jump locations by one in callers of...
2012-03-28 Ronald S. Bultjecabac: remove unused argument from BRANCHLESS_GET_CABAC...
2012-03-28 Ronald S. Bultjecabac: use struct+offset instead of memory operand...
2012-03-28 Ronald S. Bultjeh264: add overread protection to get_cabac_bypass_sign_...
2012-03-28 Ronald S. Bultjeh264: reindent get_cabac_bypass_sign_x86().
2012-03-28 Ronald S. Bultjeh264: use struct offsets in get_cabac_bypass_sign_x86().
2012-03-28 Ronald S. Bultjeh264: fix overreads in cabac reader.
2012-03-28 Ronald S. Bultjewmall: fix seeking.
2012-03-28 Ronald S. Bultjelagarith: fix buffer overreads.
2012-03-28 Diego Biurrundvdec: drop unnecessary dv_tablegen.h #include
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-28 Diego Biurrunfaandct: Remove FAAN_POSTSCALE define and related code.
2012-03-28 Anton Khirnovdvenc: print allowed profiles if the video doesn't...
2012-03-28 Anton Khirnovavcodec_encode_{audio,video}: only reallocate output...
2012-03-27 Paul B Maholwestwood_vqa: fix SND0 chunk handling
2012-03-27 Ronald S. Bultjeraw: forward avpicture_fill() error code in raw_decode().
2012-03-27 Diego Biurrundv: Split off DV video decoder into its own file.
2012-03-27 Mashiat Sarker Sha... vc1: Do not read from array if index is invalid.
2012-03-27 Ronald S. Bultjetarga: convert to bytestream2.
2012-03-26 Ronald S. Bultjerv34: set mb_num_left to 0 after finishing a frame
2012-03-26 Diego Biurrunbuild: ppc: drop stray leftover backslash
2012-03-26 Diego Biurrunbuild: Only clean the architecture subdirectory we...
2012-03-26 Diego Biurrunbuild: prettyprinting cosmetics
2012-03-25 Ronald S. Bultjesmacker: convert palette and header reading to bytestream2.
2012-03-25 Ronald S. Bultjealac: convert extradata reading to bytestream2.
2012-03-25 Diego Biurrunx86: dsputil: prettyprint gcc inline asm
2012-03-25 Diego Biurrunx86: K&R prettyprinting cosmetics for dsputil_mmx.c
2012-03-25 Diego Biurrunx86: conditionally compile H.264 QPEL optimizations
2012-03-25 Diego Biurrundsputil_mmx: Surround QPEL macros by "do { } while...
2012-03-25 Ronald S. Bultjedpcm: convert to bytestream2.
2012-03-25 Ronald S. Bultjeinterplayvideo: convert to bytestream2.
2012-03-24 Alexander Strangeh264: fix memleak in error path.
2012-03-24 Alexander Strangepthread: Immediately release all frames in ff_thread_fl...
2012-03-24 Alexander Strangeh264: Add check for invalid chroma_format_idc
2012-03-24 Ronald S. Bultjeutvideo: port header reading to bytestream2.
2012-03-24 Ronald S. Bultjepthread: free progress if buffer allocation failed.
2012-03-24 Ronald S. Bultjelavc/avconv: support changing frame sizes in codecs...
2012-03-24 Kostya Shishkovutvideo: mark output picture as keyframe.
2012-03-24 Aneesh Dograsunrast: Add support for negative linesize.
2012-03-24 Janne Salonenvp8: fix update_lf_deltas in libavcodec/vp8.c
2012-03-24 Kostya Shishkovralf: read Huffman code lengths without GetBitContext
2012-03-23 Janne Grunaurv34: error out on size changes with frame threading
2012-03-23 Alex Converseaacsbr: Add a debug check to sbr_mapping.
2012-03-23 Alex Converseaac: Reset some state variables when turning SBR off
2012-03-23 Alex Converseaac: Reset PS parameters on header decode failure.
2012-03-23 Ronald S. Bultjeaacsbr: handle m_max values smaller than 4.
2012-03-23 Janne Grunaurv34: Handle only complete frames in frame-mt.
2012-03-23 Janne GrunauMPV: set reference frame pointers to NULL when allocati...
2012-03-23 Michael Niedermayerzerocodec: factorize loop
2012-03-22 Ronald S. Bultjewmavoice: fix stack overread.
2012-03-22 Ronald S. Bultjewmalossless: error out if a subframe is not used by...
2012-03-22 Ronald S. Bultjevqa: check palette chunk size before reading data.
2012-03-22 Ronald S. Bultjewmalossless: reset sample pointer for each subframe.
2012-03-22 Ronald S. Bultjewmalossless: error out on invalid values for order.
2012-03-22 Anton Khirnovpngenc: better upper bound for encoded frame size.
2012-03-22 Kostya Shishkovwmall: output packet only if we have decoded some samples
2012-03-21 Justin Rugglesadxenc: use AVCodec.encode2()
2012-03-21 Justin Rugglesadxenc: Use the AVFrame in ADXContext for coded_frame
2012-03-21 Ronald S. Bultjeindeo4: fix out-of-bounds function call.
2012-03-21 Justin Rugglesvorbisenc: use AVCodec.encode2()
2012-03-21 Justin Ruggleslibvorbis: use AVCodec.encode2()
2012-03-21 Justin Ruggleslibopencore-amrnbenc: use AVCodec.encode2()
2012-03-21 Justin Rugglesra144enc: use AVCodec.encode2()
2012-03-21 Justin Rugglesnellymoserenc: use AVCodec.encode2()
2012-03-21 Justin Rugglesroqaudioenc: use AVCodec.encode2()
next