summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify (no need to check for st->codec->extradata) and correctLuca Abeni2010-06-171-2/+1
* add #include so make checkheaders passesMichael Niedermayer2010-06-171-0/+2
* Add the necessary includes, add an extra empty line for cosmeticsMartin Storsjö2010-06-171-0/+3
* Add more tests to eval, help detecting some of the more apparentStefano Sabatini2010-06-161-0/+38
* Marking what should be removed in relation to MAX_STREAMS.Michael Niedermayer2010-06-161-2/+0
* Document terminal coloring in the -loglevel option.Stefano Sabatini2010-06-161-0/+4
* Document how to set boolean options.Stefano Sabatini2010-06-161-0/+5
* libvorbis: Use memmove instead of memcpy for shifting dataMartin Storsjö2010-06-161-1/+1
* Name the default configure log filename as "config.log" rather thanStefano Sabatini2010-06-161-2/+2
* Make av_parse_expr() fail if there are trailing chars at the end ofStefano Sabatini2010-06-161-0/+6
* Remove the "b" from "Mb" in -b values for the dnxhd tests.Stefano Sabatini2010-06-161-3/+3
* Improve av_parse_eval() error reporting.Stefano Sabatini2010-06-161-5/+5
* dvbsub: parse display definition segmentJanne Grunau2010-06-161-2/+65
* If the video stream is H.264 with MP4 syntax, store the NAL lenght size inLuca Abeni2010-06-162-0/+13
* icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used.Carl Eugen Hoyos2010-06-161-1/+1
* Document FF_SYMVER and attribute_usedMichael Niedermayer2010-06-161-0/+15
* When reading a stream, should retry on EAGAIN instead of just failing. Also,Howard Chu2010-06-161-2/+6
* Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263Baptiste Coudurier2010-06-151-2/+2
* matroskadec : propagate AVERROR to the callerAurelien Jacobs2010-06-151-3/+3
* configure: fix symver detection with icc 10Måns Rullgård2010-06-151-1/+3
* Fix symbol version compat wrappers on systems with export prefixesMåns Rullgård2010-06-151-5/+5
* Fix missing logging context in a series of dprintf()s. Partially based onZhentan Feng2010-06-151-4/+4
* Add compatibility wrappers for functions moved from lavf to lavcMåns Rullgård2010-06-153-2/+57
* FATE: update vc1 reference outputMåns Rullgård2010-06-151-1/+14
* Support gray16be and rgb48be in movBaptiste Coudurier2010-06-153-0/+6
* Deprecate -crop* arguments, they currently are buggy (issue1957) and probablyMichael Niedermayer2010-06-141-4/+8
* nellymoserdec: Increase the log level of messages when failing to decode dataMartin Storsjö2010-06-141-1/+1
* ReindentMartin Storsjö2010-06-141-5/+5
* nellymoserdec: Simplify calculation of numbers of blocksMartin Storsjö2010-06-141-14/+7
* ReindentMartin Storsjö2010-06-141-2/+2
* nellymoserdec: Allow using unusual input block sizesMartin Storsjö2010-06-141-0/+4
* Cosmetics: Change connexion to connection in code commentsMartin Storsjö2010-06-143-3/+3
* Fix compilation on windows CEMartin Storsjö2010-06-141-2/+2
* RTSP: Shrink SDP fmtp parsing buffer sizeJosh Allmann2010-06-141-4/+3
* ReindentJosh Allmann2010-06-141-7/+7
* output-example: Set sample_fmt to SAMPLE_FMT_S16.Ramiro Polla2010-06-141-0/+1
* Document what av_get_token() returns in case of allocation failure.Stefano Sabatini2010-06-131-1/+1
* Resort @param in av_get_token() doxy to reflect the same order theyStefano Sabatini2010-06-131-1/+1
* Add missing check to av_get_token().Stefano Sabatini2010-06-131-0/+1
* Fix av_compare_mod() doxy.Stefano Sabatini2010-06-131-5/+7
* Add APIchanges entry and bump minor after av_compare_mod() addition.Stefano Sabatini2010-06-132-1/+4
* matroskadec: fix type of the length field in ebml_read_master()Aurelien Jacobs2010-06-111-2/+2
* matroskadec: cosmetic: indentationAurelien Jacobs2010-06-111-6/+6
* matroskadec: add support for live broadcast containing unknown size clustersAurelien Jacobs2010-06-111-1/+5
* matroskadec: simplify parsing of the first clusterAurelien Jacobs2010-06-111-10/+3
* matroskadec: store the ID of the currently parsed ebml elementAurelien Jacobs2010-06-111-3/+11
* matroskadec: cosmetic: split a line to make it more readableAurelien Jacobs2010-06-111-1/+3
* Remove filename from doxy commentVitor Sessak2010-06-111-1/+1
* Remove useless include. Should fix compilation in MacOS X.Vitor Sessak2010-06-111-1/+0
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-117-20/+28
OpenPOWER on IntegriCloud