18488 Commits (f989d397529cc86c25dfd8992e865ddd76ecf1dd)
 

Author SHA1 Message Date
Ben Littler 56dc1fdf94 figure out which muxers support which codecs? new api required! 16 years ago
Robert Swain dbf9ddec33 The Ogg muxer will handle Theora as well 16 years ago
Diego Biurrun 641992de59 Another round of missing codecs and name updates to match the codec long_name. 16 years ago
Justin Ruggles a1c5b6ece7 Add some more missing codecs and update names to match the codec long_name. 16 years ago
Diego Biurrun dd2d651d82 Add some more missing codecs and update names to match the codec long_name. 16 years ago
Diego Biurrun 4d973c6859 Merge MP2, MP3 and MPEG audio demuxer entries. 16 years ago
Ben Littler d70fe5a349 vorbis and flac ogg muxer only 16 years ago
Ben Littler f58c7139d6 ogg muxer is vorbis only 16 years ago
Justin Ruggles 68dddf53ff Add some missing codecs and update names to match the codec long_name 16 years ago
Diego Biurrun 9510f59a0f Add some missing codecs and update names to match the codec long_name. 16 years ago
Justin Ruggles eacf8613b3 add some missing codecs and update some names to match AVCodec.long_name 16 years ago
Diego Biurrun 270fc177cf Integer-only decoding of AC-3 is not supported. 16 years ago
Diego Biurrun 21d4af5d4d Targa encoding is supported. 16 years ago
Daniel Verkamp f2937cc627 Add missing image formats, patch by Daniel Verkamp, daniel drv nu. 16 years ago
Daniel Verkamp 314511ab4d Split PGM and PPM in image formats section. 16 years ago
Daniel Verkamp 9db80acbcd cosmetics: Break image format lines before comments. 16 years ago
Måns Rullgård 09096c9fad RA144: work around gcc bug/oddity on ARM 16 years ago
Aurelien Jacobs 38ce707e02 add an API changelog with a first entry for the new metadata API 16 years ago
Diego Biurrun e0e86c5228 Add release version number. 16 years ago
Måns Rullgård b77df6377b configure: fix return value from check_header 16 years ago
Stefano Sabatini 4b03756748 Document ffplay -ast, -vst, and -sst options. 16 years ago
Stefano Sabatini 5dbb63feef Apply the same logic used for subtitle stream selection to audio and video 16 years ago
Stefano Sabatini 5ad4f0d473 Simplify the logic for the subtitle stream selection. 16 years ago
Stefano Sabatini 7f668bb3ea Fix subtitle selection logic, make ffplay select the subtitle stream N 16 years ago
Aurelien Jacobs 827f7e285b deprecate old metadata API 16 years ago
Aurelien Jacobs bc718b4720 fix missed usage of old metadata API in mov demuxer 16 years ago
Aurelien Jacobs 0a7892468e fix last usage of old metadata API in ffmpeg.c (handling of AVStream language) 16 years ago
Aurelien Jacobs 012867f05b use new metadata API in libavformat/utils.c 16 years ago
Aurelien Jacobs feacba6c26 use new metadata API in r3d demuxer 16 years ago
Aurelien Jacobs 5ee999b8e7 convert ffserver to new metadata API 16 years ago
Aurelien Jacobs f7554a99bc convert ffplay to new metadata API 16 years ago
Aurelien Jacobs a5926d856b convert ffmpeg to new metadata API 16 years ago
Aurelien Jacobs ec26457064 new metadata API is now officially part of public API 16 years ago
Aurelien Jacobs 95030323d1 simplify metadata conversion and fixes gcc-2.95 at the same time 16 years ago
Måns Rullgård db794291a2 SVQ3: Fix decoding with A32_BITSTREAM_READER 16 years ago
Måns Rullgård 4cd19f6e78 ARM: fix missing MUL16() return type 16 years ago
Dominik Mierzejewski 9c36693924 Fix typo in comments. 16 years ago
Reimar Döffinger b62bb661ed Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255). 16 years ago
Reimar Döffinger 68363b6989 Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA 16 years ago
Reimar Döffinger f78b9c0656 Fix braindead and broken way to calculate abase, fixes regression tests on 16 years ago
Vitor Sessak 8d2544bd1b Reindent after last commit 16 years ago
Vitor Sessak 9e27e0d4f8 Do not read uninitialized buffer, no matter if it will be multiplied by 16 years ago
Reimar Döffinger d819b41ba1 Remove unused variable in mpeg_mc_decode_init 16 years ago
Michael Niedermayer 4022fe01a6 Change the timebase of the raw demuxer to one that can represent the ts of fields. 16 years ago
Michael Niedermayer 9e6c124a87 Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes 16 years ago
Michael Niedermayer 47cd974ae5 Do not set low_delay if has_b_frames has been set before init() 16 years ago
Alex Converse 9ef88afac3 AAC: Make the CPE function more consistent with the functions for other channel elements. 16 years ago
Aurelien Jacobs 719e721a14 Add some basic metadata conversion tables for matroska and asf. 16 years ago
Aurelien Jacobs f610a9f284 add a metadata conversion API 16 years ago
Michael Niedermayer efd8c1f64d Adjust time_base exactly when changing ticks_per_frame to 2 this is safer 16 years ago