summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* nellymoserdec: Increase the log level of messages when failing to decode dataMartin Storsjö2010-06-14
* ReindentMartin Storsjö2010-06-14
* nellymoserdec: Simplify calculation of numbers of blocksMartin Storsjö2010-06-14
* ReindentMartin Storsjö2010-06-14
* nellymoserdec: Allow using unusual input block sizesMartin Storsjö2010-06-14
* Cosmetics: Change connexion to connection in code commentsMartin Storsjö2010-06-14
* Fix compilation on windows CEMartin Storsjö2010-06-14
* RTSP: Shrink SDP fmtp parsing buffer sizeJosh Allmann2010-06-14
* ReindentJosh Allmann2010-06-14
* output-example: Set sample_fmt to SAMPLE_FMT_S16.Ramiro Polla2010-06-14
* Document what av_get_token() returns in case of allocation failure.Stefano Sabatini2010-06-13
* Resort @param in av_get_token() doxy to reflect the same order theyStefano Sabatini2010-06-13
* Add missing check to av_get_token().Stefano Sabatini2010-06-13
* Fix av_compare_mod() doxy.Stefano Sabatini2010-06-13
* Add APIchanges entry and bump minor after av_compare_mod() addition.Stefano Sabatini2010-06-13
* matroskadec: fix type of the length field in ebml_read_master()Aurelien Jacobs2010-06-11
* matroskadec: cosmetic: indentationAurelien Jacobs2010-06-11
* matroskadec: add support for live broadcast containing unknown size clustersAurelien Jacobs2010-06-11
* matroskadec: simplify parsing of the first clusterAurelien Jacobs2010-06-11
* matroskadec: store the ID of the currently parsed ebml elementAurelien Jacobs2010-06-11
* matroskadec: cosmetic: split a line to make it more readableAurelien Jacobs2010-06-11
* Remove filename from doxy commentVitor Sessak2010-06-11
* Remove useless include. Should fix compilation in MacOS X.Vitor Sessak2010-06-11
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-11
* Fix raw vc1 decoding - this is supposed to break FATE.Michael Niedermayer2010-06-11
* Move indeo5-specific quant table selection to decode_gop_hdr.Maxim Poliakovski2010-06-11
* Include float.h to provide FLT_MAX define. Should fix compilation on windows.Vitor Sessak2010-06-11
* RealAudio 14.4k encoder.Francesco Lavra2010-06-11
* Improve rule for possibly never read variables.Benoit Fouet2010-06-11
* Move transform declarations out of IVIBandDesc so indeo4 can use them as well.Maxim Poliakovski2010-06-11
* Split do_output_subblock() into common code and decoder specific partsFrancesco Lavra2010-06-11
* Cosmetics: indentFrancesco Lavra2010-06-11
* Add ff_ prefix to non-static functionsFrancesco Lavra2010-06-11
* Split ra144.c in common code (to be shared with the future encoder) andFrancesco Lavra2010-06-11
* Use a bitstream filter for converting the extradata syntax when generating an...Luca Abeni2010-06-11
* 10l: audio_buf is already a uint8_t* so no need to cast itJustin Ruggles2010-06-10
* Allocate enough memory for audio_buf to fit a full output frame.Justin Ruggles2010-06-10
* Quant changes only once per MB so move the corresponding scale factor assignmentMaxim Poliakovski2010-06-10
* Remove broken BeOS audio interface.Diego Biurrun2010-06-10
* Haiku: Disable beosaudio for now, it's broken. We need -lnetwork.François Revol2010-06-10
* Set bits_per_raw_sample in the pcm decoder.Justin Ruggles2010-06-10
* Apparently nowadays things should be installed in /boot/common on Haiku.Diego Biurrun2010-06-10
* Remove unneeded -nostart SHFLAG for Haiku.Diego Biurrun2010-06-10
* Remove unused parameter.Maxim Poliakovski2010-06-10
* Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun2010-06-10
* avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may ...Tomas Härdin2010-06-10
* Cosmetics: alignment and long line break.Benoit Fouet2010-06-10
* Cosmetics: use and place braces correctly in if ... else statements.Benoit Fouet2010-06-10
* Sanitize av_realloc() use in h264 mp4toannexb bistream filter.Benoit Fouet2010-06-10
* Make all the numeric options accept in input an expression which isStefano Sabatini2010-06-09