summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: drop some unnecessary dependencies from the H.264 parserDiego Biurrun2012-03-261-1/+1
* build: prettyprinting cosmeticsDiego Biurrun2012-03-269-79/+76
* libavutil: Remove pointless rational test program.Diego Biurrun2012-03-262-26/+1
* libavutil: Remove broken and pointless lzo test program.Diego Biurrun2012-03-263-49/+0
* lavf doxy: expand AVStream.codec doxy.Anton Khirnov2012-03-261-1/+12
* lavf doxy: improve AVStream.time_base doxy.Anton Khirnov2012-03-261-3/+5
* lavf doxy: add some basic documentation about reading from the demuxer.Anton Khirnov2012-03-261-0/+16
* lavf doxy: document passing options to demuxers.Anton Khirnov2012-03-261-0/+41
* lavf doxy: clarify that an AVPacket contains encoded data.Anton Khirnov2012-03-261-2/+2
* mpegtsenc: allow user triggered PES packet flushingJindrich Makovicka2012-03-261-9/+31
* APIchanges: mark the place where 0.7 was cut.Anton Khirnov2012-03-261-0/+7
* APIchanges: mark the place where 0.8 was cut.Anton Khirnov2012-03-261-0/+8
* APIchanges: fill in missing dates and hashes.Anton Khirnov2012-03-261-7/+7
* smacker: convert palette and header reading to bytestream2.Ronald S. Bultje2012-03-251-10/+10
* alac: convert extradata reading to bytestream2.Ronald S. Bultje2012-03-251-19/+20
* x86: dsputil: prettyprint gcc inline asmDiego Biurrun2012-03-251-1295/+1310
* x86: K&R prettyprinting cosmetics for dsputil_mmx.cDiego Biurrun2012-03-251-773/+1049
* x86: conditionally compile H.264 QPEL optimizationsDiego Biurrun2012-03-253-13/+22
* dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks.Diego Biurrun2012-03-251-4/+12
* Ignore generated files below doc/.Diego Biurrun2012-03-251-0/+3
* dpcm: convert to bytestream2.Ronald S. Bultje2012-03-241-27/+31
* interplayvideo: convert to bytestream2.Ronald S. Bultje2012-03-241-199/+124
* movenc: Merge if statementsMartin Storsjö2012-03-251-5/+2
* h264: fix memleak in error path.Alexander Strange2012-03-241-1/+1
* pthread: Immediately release all frames in ff_thread_flush()Alexander Strange2012-03-241-3/+7
* h264: Add check for invalid chroma_format_idcAlexander Strange2012-03-241-1/+5
* utvideo: port header reading to bytestream2.Ronald S. Bultje2012-03-241-16/+12
* avc: Add a function for converting mp4 style extradata to annex bMartin Storsjö2012-03-243-24/+42
* pthread: free progress if buffer allocation failed.Ronald S. Bultje2012-03-241-0/+4
* lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje2012-03-243-13/+11
* libavformat: Document who sets the AVStream.id fieldMartin Storsjö2012-03-241-1/+6
* utvideo: mark output picture as keyframe.Kostya Shishkov2012-03-241-0/+2
* sunrast: Add support for negative linesize.Aneesh Dogra2012-03-241-4/+7
* vp8: fix update_lf_deltas in libavcodec/vp8.cJanne Salonen2012-03-241-4/+16
* ralf: read Huffman code lengths without GetBitContextKostya Shishkov2012-03-241-4/+4
* rv34: error out on size changes with frame threadingJanne Grunau2012-03-231-0/+7
* aacsbr: Add a debug check to sbr_mapping.Alex Converse2012-03-231-7/+17
* aac: Reset some state variables when turning SBR offAlex Converse2012-03-232-7/+27
* aac: Reset PS parameters on header decode failure.Alex Converse2012-03-231-0/+4
* fate: add wmalossless test.Ronald S. Bultje2012-03-232-0/+4
* aacsbr: handle m_max values smaller than 4.Ronald S. Bultje2012-03-231-0/+1
* rv34: Handle only complete frames in frame-mt.Janne Grunau2012-03-231-79/+112
* MPV: set reference frame pointers to NULL when allocation of dummy pictures f...Janne Grunau2012-03-231-2/+6
* configure: die if x11grab dependencies are unavailableJosh Allmann2012-03-231-8/+4
* zerocodec: factorize loopMichael Niedermayer2012-03-231-32/+13
* avconv: fix the resampling safety factors for output audio buffer allocationJustin Ruggles2012-03-231-1/+1
* avconv: move audio output buffer allocation to a separate functionJustin Ruggles2012-03-231-20/+32
* avconv: make the async buffer global and free it in exit_program()Justin Ruggles2012-03-231-5/+13
* xwma: Validate channels and bits_per_coded_sample.Alex Converse2012-03-221-0/+11
* mov: Do not read past the end of the ctts_data table.Alex Converse2012-03-221-1/+1
OpenPOWER on IntegriCloud