]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-04-01 Anton Khirnovavfiltergraph: try to reduce format conversions in...
2012-04-01 Anton Khirnovavfiltergraph: add an AVClass to AVFilterGraph on next...
2012-04-01 Anton Khirnovid3v2: fix skipping extended header in id3v2.4
2012-03-31 Michael Niedermayerapedec: check bits <= 32.
2012-03-31 Aneesh Dogracavs: Remove unused code.
2012-03-30 Reimar Döffingeroggenc: fix condition when not to flush due to keyframe...
2012-03-30 Andres Gonzalezoggenc: add pagesize option to set preferred page size
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-30 Diego Biurrunoutput-example: K&R formatting cosmetics, comment spell...
2012-03-30 Luca Barbatoavf: make the example output the proper message
2012-03-30 Luca Barbatoavf: fix audio writing in the output-example
2012-03-29 Ronald S. Bultjemov: don't overwrite existing indexes.
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 Martin Storsjöconfigure: Check for a different SDL function
2012-03-29 Kostya Shishkovmp3dec: perform I/S and M/S only when frame mode is...
2012-03-29 Kostya Shishkovid3v2: add another mimetype for JPEG image
2012-03-29 Ronald S. Bultjelzw: prevent buffer overreads.
2012-03-28 Mashiat Sarker... 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. Bultjeasf: only set index_read if the index contained entries.
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 Mans Rullgardbuild: fix doc generation errors in parallel builds
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-28 Anton KhirnovFATE: add a test for vp8 with changing frame size.
2012-03-28 Ronald S. Bultjefate: add kgv1 fate test.
2012-03-27 Justin Rugglesoggdec: calculate correct timestamps in Ogg/FLAC
2012-03-27 Paul B Maholwestwood_vqa: fix SND0 chunk handling
2012-03-27 Paul B Maholwestwood_vqa: set video stream duration
2012-03-27 Ronald S. Bultjeraw: forward avpicture_fill() error code in raw_decode().
2012-03-27 Diego Biurrunbuild: Do not explicitly add the doc directory to the...
2012-03-27 Diego Biurrundv: Split off DV video decoder into its own file.
2012-03-27 Diego Biurrunbuild: fix RALF decoder standalone compilation, which...
2012-03-27 Diego Biurrunconfigure: Drop stray duplicate entry for --disable...
2012-03-27 Jindrich Makovickamake av_interleaved_write_frame() flush packets when...
2012-03-27 Alex Conversempegts: Fix dead error checks
2012-03-27 Mashiat Sarker... 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: drop some unnecessary dependencies from the...
2012-03-26 Diego Biurrunbuild: prettyprinting cosmetics
2012-03-26 Diego Biurrunlibavutil: Remove pointless rational test program.
2012-03-26 Diego Biurrunlibavutil: Remove broken and pointless lzo test program.
2012-03-26 Anton Khirnovlavf doxy: expand AVStream.codec doxy.
2012-03-26 Anton Khirnovlavf doxy: improve AVStream.time_base doxy.
2012-03-26 Anton Khirnovlavf doxy: add some basic documentation about reading...
2012-03-26 Anton Khirnovlavf doxy: document passing options to demuxers.
2012-03-26 Anton Khirnovlavf doxy: clarify that an AVPacket contains encoded...
2012-03-26 Jindrich Makovickampegtsenc: allow user triggered PES packet flushing
2012-03-26 Anton KhirnovAPIchanges: mark the place where 0.7 was cut.
2012-03-26 Anton KhirnovAPIchanges: mark the place where 0.8 was cut.
2012-03-26 Anton KhirnovAPIchanges: fill in missing dates and hashes.
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 Diego BiurrunIgnore generated files below doc/.
2012-03-25 Ronald S. Bultjedpcm: convert to bytestream2.
2012-03-25 Ronald S. Bultjeinterplayvideo: convert to bytestream2.
2012-03-24 Martin Storsjömovenc: Merge if statements
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 Martin Storsjöavc: Add a function for converting mp4 style extradata...
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 Martin Storsjölibavformat: Document who sets the AVStream.id field
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. Bultjefate: add wmalossless test.
2012-03-23 Ronald S. Bultjeaacsbr: handle m_max values smaller than 4.
next