summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* flacdec: Avoid trying to read 33 bits. This occurs when the sourceJustin Ruggles2009-03-03
| | | | | | | is 32 bits-per-sample and channel decorrelation is used. Such files are valid, but not supported currently. Originally committed as revision 17743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: ALT_BITSTREAM_READER is no longer required.Justin Ruggles2009-03-03
| | | | Originally committed as revision 17742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: use get_sbits_long() where needed.Justin Ruggles2009-03-03
| | | | Originally committed as revision 17741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a get_sbits_long() function.Justin Ruggles2009-03-03
| | | | Originally committed as revision 17740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ALAC: use sign_extend() from mathops.hMåns Rullgård2009-03-03
| | | | Originally committed as revision 17739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add sign_extend() function to mathops.hMåns Rullgård2009-03-03
| | | | Originally committed as revision 17738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify show_bits_long and copy the GetBitsContext around only once instead ↵Reimar Döffinger2009-03-02
| | | | | | of twice. Originally committed as revision 17736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Use get/skip_bits_long() for more than 17-bits andJustin Ruggles2009-03-02
| | | | | | get/skip_bits() for 17-bits or less. Originally committed as revision 17735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor out block decoding in ff_h263_decode_mb()Kostya Shishkov2009-03-02
| | | | Originally committed as revision 17734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consider all packets in the parser, not just ones with timestamps,Michael Niedermayer2009-03-02
| | | | | | this should greatly simplify handling of packet pos. Originally committed as revision 17733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Favor container packets that end after the first byte of the accessMichael Niedermayer2009-03-02
| | | | | | | unit in fetch_timestamp(). This should make no difference for valid streams but may help invalid ones, also its needed for future changes. Originally committed as revision 17732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer2009-03-02
| | | | | | | | | | | | of calling it at the end of a frame with a large negative offset. This significantly reduces the maximal distance in container packets between the point where the first byte of the "access unit" was stored and where we call ff_fetch_timestamp() thus reducing the constraints on our parser. Also change the parser from next_frame_offset to cur, this is needed because now the reference is from container packet start instead of frame start. (i previously misinterpreted this as bug) Originally committed as revision 17731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* version.h should depend on config.mak.Diego Biurrun2009-03-02
| | | | | | | The extra version string that is passed to configure is recorded in config.mak and changes to config.mak can therefore make version.h rebuilds necessary. Originally committed as revision 17730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add context to some av_log() calls.Benoit Fouet2009-03-02
| | | | Originally committed as revision 17729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge three conditions in a single 'if' instead of two.Benoit Fouet2009-03-02
| | | | Originally committed as revision 17728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention non-recursive Makefiles in the changelog.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: spelling/wording fixesDiego Biurrun2009-03-02
| | | | Originally committed as revision 17724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 encoding is integer-onlyJustin Ruggles2009-03-02
| | | | Originally committed as revision 17723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous removal of PAM, PBM, PGM, PGMYUV and PPM from the list ofDiego Biurrun2009-03-02
| | | | | | supported image formats. Apparently decoding these formats is supported. Originally committed as revision 17722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat long_names so that "DPCM" comes first.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat long_names so that "ADPCM" comes first.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat long_names so that "PCM" comes first.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small spelling/grammar fixesDiego Biurrun2009-03-02
| | | | Originally committed as revision 17718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decoding of PAM, PBM, PGM, PGMYUV and PPM image formats is not supported.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* figure out which muxers support which codecs? new api required!Ben Littler2009-03-02
| | | | Originally committed as revision 17714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The Ogg muxer will handle Theora as wellRobert Swain2009-03-02
| | | | Originally committed as revision 17713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another round of missing codecs and name updates to match the codec long_name.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some more missing codecs and update names to match the codec long_name.Justin Ruggles2009-03-02
| | | | Originally committed as revision 17711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some more missing codecs and update names to match the codec long_name.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge MP2, MP3 and MPEG audio demuxer entries.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbis and flac ogg muxer onlyBen Littler2009-03-02
| | | | Originally committed as revision 17708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg muxer is vorbis onlyBen Littler2009-03-02
| | | | Originally committed as revision 17707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some missing codecs and update names to match the codec long_nameJustin Ruggles2009-03-02
| | | | | | or vice-versa. Originally committed as revision 17706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some missing codecs and update names to match the codec long_name.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some missing codecs and update some names to match AVCodec.long_nameJustin Ruggles2009-03-02
| | | | Originally committed as revision 17704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Integer-only decoding of AC-3 is not supported.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targa encoding is supported.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing image formats, patch by Daniel Verkamp, daniel drv nu.Daniel Verkamp2009-03-02
| | | | Originally committed as revision 17701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split PGM and PPM in image formats section.Daniel Verkamp2009-03-02
| | | | | | patch by Daniel Verkamp, daniel drv nu Originally committed as revision 17700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break image format lines before comments.Daniel Verkamp2009-03-02
| | | | | | patch by Daniel Verkamp, daniel drv nu Originally committed as revision 17699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RA144: work around gcc bug/oddity on ARMMåns Rullgård2009-03-01
| | | | | | | | | This should not make any difference, yet some gcc versions on ARM produce incorrect output without this fix. Approved by Vitor. Originally committed as revision 17698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an API changelog with a first entry for the new metadata APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add release version number.Diego Biurrun2009-03-01
| | | | Originally committed as revision 17696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: fix return value from check_headerMåns Rullgård2009-03-01
| | | | Originally committed as revision 17695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ffplay -ast, -vst, and -sst options.Stefano Sabatini2009-03-01
| | | | Originally committed as revision 17694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply the same logic used for subtitle stream selection to audio and videoStefano Sabatini2009-03-01
| | | | | | | | | | | | stream selection. Make the counting starts from 0, and disable the corresponding playbck when the selected stream number is negative. See the thread: " [FFmpeg-devel] [PATCH] Add documentation for -ast, -vst, -sst". Originally committed as revision 17693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify the logic for the subtitle stream selection.Stefano Sabatini2009-03-01
| | | | Originally committed as revision 17692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix subtitle selection logic, make ffplay select the subtitle stream NStefano Sabatini2009-03-01
| | | | | | rather than the subtitle stream N-1 when N is not zero. Originally committed as revision 17691 to svn://svn.ffmpeg.org/ffmpeg/trunk