summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* deprecate old metadata APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix missed usage of old metadata API in mov demuxerAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix last usage of old metadata API in ffmpeg.c (handling of AVStream language)Aurelien Jacobs2009-03-01
| | | | Originally committed as revision 17688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in libavformat/utils.cAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in r3d demuxerAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert ffserver to new metadata APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert ffplay to new metadata APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert ffmpeg to new metadata APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new metadata API is now officially part of public APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify metadata conversion and fixes gcc-2.95 at the same timeAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SVQ3: Fix decoding with A32_BITSTREAM_READERMåns Rullgård2009-03-01
| | | | | | | | | svq3_decode_slice_header() modifies the buffer used by the bitstream reader. Some of the bitstream readers cache a few bytes of data, which must be flushed after such a modification. Calling skip_bits_long(gb, 0) achieves this. Originally committed as revision 17680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: fix missing MUL16() return typeMåns Rullgård2009-03-01
| | | | Originally committed as revision 17679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in comments.Dominik Mierzejewski2009-03-01
| | | | Originally committed as revision 28777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).Reimar Döffinger2009-03-01
| | | | Originally committed as revision 28776 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make AltiVec code write alpha as 255 instead of 0 when converting to RGBAReimar Döffinger2009-03-01
| | | | Originally committed as revision 28774 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix braindead and broken way to calculate abase, fixes regression tests onReimar Döffinger2009-03-01
| | | | | | big-endian systems. Originally committed as revision 28773 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Reindent after last commitVitor Sessak2009-03-01
| | | | Originally committed as revision 17678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read uninitialized buffer, no matter if it will be multiplied byVitor Sessak2009-03-01
| | | | | | | zero later. This should fix some valgrind warnings and hopefully FATE ra144 test on ARM. Originally committed as revision 17677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable in mpeg_mc_decode_initReimar Döffinger2009-03-01
| | | | Originally committed as revision 17676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change the timebase of the raw demuxer to one that can represent the ts of ↵Michael Niedermayer2009-03-01
| | | | | | fields. Originally committed as revision 17675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable MPEG-1/2 style timestamp calculation for H264. It still randomizesMichael Niedermayer2009-03-01
| | | | | | the timestamps because delay is not known for the first few frames. Originally committed as revision 17674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set low_delay if has_b_frames has been set before init()Michael Niedermayer2009-03-01
| | | | | | | this will be needed once the parser can figure out has_b_frames in av_find_stream_info(). Originally committed as revision 17673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC: Make the CPE function more consistent with the functions for other ↵Alex Converse2009-03-01
| | | | | | channel elements. Originally committed as revision 17672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-01
| | | | | | Add missing const qualifiers for metadata_conv in AV{In|Out}putFormat. Originally committed as revision 17671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a metadata conversion APIAurelien Jacobs2009-02-28
| | | | Originally committed as revision 17670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adjust time_base exactly when changing ticks_per_frame to 2 this is saferMichael Niedermayer2009-02-28
| | | | | | and for some raw h264 we managed to change the timebase twice before. Originally committed as revision 17669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: check_func_headers should mark headers as foundMåns Rullgård2009-02-28
| | | | Originally committed as revision 17668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: {enable,disable}_safe functions that sanitise argumentsMåns Rullgård2009-02-28
| | | | Originally committed as revision 17667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ff_rtp_codec_id()Luca Abeni2009-02-28
| | | | Originally committed as revision 17666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter2009-02-28
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17665 to svn://svn.ffmpeg.org/ffmpeg/trunk