summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* nellymoserdec: Increase the log level of messages when failing to decode dataMartin Storsjö2010-06-14
| | | | Originally committed as revision 23606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentMartin Storsjö2010-06-14
| | | | Originally committed as revision 23605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nellymoserdec: Simplify calculation of numbers of blocksMartin Storsjö2010-06-14
| | | | Originally committed as revision 23604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentMartin Storsjö2010-06-14
| | | | Originally committed as revision 23603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nellymoserdec: Allow using unusual input block sizesMartin Storsjö2010-06-14
| | | | Originally committed as revision 23602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Change connexion to connection in code commentsMartin Storsjö2010-06-14
| | | | Originally committed as revision 23601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation on windows CEMartin Storsjö2010-06-14
| | | | Originally committed as revision 23600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTSP: Shrink SDP fmtp parsing buffer sizeJosh Allmann2010-06-14
| | | | | | | | | | Since the parsing of Vorbis/Theora fmtp headers is handled by the parse_sdp_a_line function pointer now, the buffer in sdp_parse_fmtp doesn't need to be this large any longer. Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentJosh Allmann2010-06-14
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* output-example: Set sample_fmt to SAMPLE_FMT_S16.Ramiro Polla2010-06-14
| | | | Originally committed as revision 23597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document what av_get_token() returns in case of allocation failure.Stefano Sabatini2010-06-13
| | | | Originally committed as revision 23596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Resort @param in av_get_token() doxy to reflect the same order theyStefano Sabatini2010-06-13
| | | | | | have in the function. Originally committed as revision 23595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing check to av_get_token().Stefano Sabatini2010-06-13
| | | | Originally committed as revision 23594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix av_compare_mod() doxy.Stefano Sabatini2010-06-13
| | | | Originally committed as revision 23593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry and bump minor after av_compare_mod() addition.Stefano Sabatini2010-06-13
| | | | Originally committed as revision 23592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fix type of the length field in ebml_read_master()Aurelien Jacobs2010-06-11
| | | | | | | Also use the correct value for unknown size (instead of a truncated and sign extended value). Originally committed as revision 23591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: cosmetic: indentationAurelien Jacobs2010-06-11
| | | | Originally committed as revision 23590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add support for live broadcast containing unknown size clustersAurelien Jacobs2010-06-11
| | | | | | | | | This interrupt parsing and goes one ebml level up when encountering a cluster start inside an unknown sized element which is not supposed to contain a cluster. fix issue1991 Originally committed as revision 23589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: simplify parsing of the first clusterAurelien Jacobs2010-06-11
| | | | | | | Now that we save the currently parsed ebml element ID after an interruption, we don't need to special case the parsing of the first cluster. Originally committed as revision 23588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: store the ID of the currently parsed ebml elementAurelien Jacobs2010-06-11
| | | | | | | This allows to interrupt parsing after reading an ID, and then properly recover parsing. Originally committed as revision 23587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: cosmetic: split a line to make it more readableAurelien Jacobs2010-06-11
| | | | | | This also simplifies further modifications. Originally committed as revision 23586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove filename from doxy commentVitor Sessak2010-06-11
| | | | Originally committed as revision 23585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless include. Should fix compilation in MacOS X.Vitor Sessak2010-06-11
| | | | Originally committed as revision 23584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher2010-06-11
| | | | | | | | | different magic in the header (mainly targeted to Sony's .oma/.aa3 format). Patch by Michael Karcher, ffmpeg A mkarcher dialup fu-berlin de Originally committed as revision 23583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix raw vc1 decoding - this is supposed to break FATE.Michael Niedermayer2010-06-11
| | | | | | Patch by Michael. Originally committed as revision 23582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move indeo5-specific quant table selection to decode_gop_hdr.Maxim Poliakovski2010-06-11
| | | | Originally committed as revision 23581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include float.h to provide FLT_MAX define. Should fix compilation on windows.Vitor Sessak2010-06-11
| | | | Originally committed as revision 23580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RealAudio 14.4k encoder.Francesco Lavra2010-06-11
| | | | | | Patch by Francesco Lavra (firstnamelastname@interfree.it) Originally committed as revision 23579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve rule for possibly never read variables.Benoit Fouet2010-06-11
| | | | Originally committed as revision 23578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move transform declarations out of IVIBandDesc so indeo4 can use them as well.Maxim Poliakovski2010-06-11
| | | | Originally committed as revision 23577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split do_output_subblock() into common code and decoder specific partsFrancesco Lavra2010-06-11
| | | | | | Patch by Francesco Lavra (firstnamelastname@interfree.it) Originally committed as revision 23576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentFrancesco Lavra2010-06-11
| | | | | | Patch by Francesco Lavra (firstnamelastname@interfree.it) Originally committed as revision 23575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefix to non-static functionsFrancesco Lavra2010-06-11
| | | | | | Patch by Francesco Lavra (firstnamelastname@interfree.it) Originally committed as revision 23574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split ra144.c in common code (to be shared with the future encoder) andFrancesco Lavra2010-06-11
| | | | | | | | decoder. Patch by Francesco Lavra (firstnamelastname@interfree.it) Originally committed as revision 23573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a bitstream filter for converting the extradata syntax when generating ↵Luca Abeni2010-06-11
| | | | | | | | an SDP. This allows to generate correct SDPs for H.264 video in "MP4 syntax". Originally committed as revision 23572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: audio_buf is already a uint8_t* so no need to cast itJustin Ruggles2010-06-10
| | | | Originally committed as revision 23571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allocate enough memory for audio_buf to fit a full output frame.Justin Ruggles2010-06-10
| | | | | | | Also, use audio_buf when encoding the final frame. Fixes Issue 1921. Originally committed as revision 23570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quant changes only once per MB so move the corresponding scale factor assignmentMaxim Poliakovski2010-06-10
| | | | | | | out of the block decoding loop. Indeo4 doesn't use any scale table but the quant level itself as scale. Therefore access scale table only if its pointer != NULL. Originally committed as revision 23569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove broken BeOS audio interface.Diego Biurrun2010-06-10
| | | | Originally committed as revision 23568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Haiku: Disable beosaudio for now, it's broken. We need -lnetwork.François Revol2010-06-10
| | | | Originally committed as revision 23567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set bits_per_raw_sample in the pcm decoder.Justin Ruggles2010-06-10
| | | | Originally committed as revision 23566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apparently nowadays things should be installed in /boot/common on Haiku.Diego Biurrun2010-06-10
| | | | Originally committed as revision 23565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded -nostart SHFLAG for Haiku.Diego Biurrun2010-06-10
| | | | Originally committed as revision 23564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused parameter.Maxim Poliakovski2010-06-10
| | | | Originally committed as revision 23563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun2010-06-10
| | | | | | | | BeOS support has been broken for many years and the "maintainer" of the port has not reacted to countless requests to get the port fixed. approved by Mans Originally committed as revision 23562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may ↵Tomas Härdin2010-06-10
| | | | | | | | be set by the demuxer rawdec.c: Only perform bits_per_coded_sample -> pix_fmt guesswork if pix_fmt hasn't been set Originally committed as revision 23561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: alignment and long line break.Benoit Fouet2010-06-10
| | | | Originally committed as revision 23559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: use and place braces correctly in if ... else statements.Benoit Fouet2010-06-10
| | | | Originally committed as revision 23558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sanitize av_realloc() use in h264 mp4toannexb bistream filter.Benoit Fouet2010-06-10
| | | | Originally committed as revision 23557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make all the numeric options accept in input an expression which isStefano Sabatini2010-06-09
| | | | | | | | evaluated through av_strtod(). Fix roundup issue #551. Originally committed as revision 23556 to svn://svn.ffmpeg.org/ffmpeg/trunk