18629 Commits (d71d64dcc1fec5fcc015366a0a668db63f138ff1)
 

Author SHA1 Message Date
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
Måns Rullgård cd0d9a9de6 configure: check_func_headers should mark headers as found 16 years ago
Måns Rullgård 7270270541 configure: {enable,disable}_safe functions that sanitise arguments 16 years ago
Luca Abeni 3aa7ac6dd2 Document ff_rtp_codec_id() 16 years ago
Ivan Schreter 4c6b49bf74 Change TS seeking so it returns position/timestamp of a key frame. 16 years ago
Luca Abeni d3da8a4565 Fix typo in a comment 16 years ago
Luca Abeni c3efd98c09 Document ff_rtp_enc_name() 16 years ago
Justin Ruggles 344bcea46d cosmetics: indentation 16 years ago
Luca Abeni d3a5794958 Document ff_rtp_get_codec_info() 16 years ago
Justin Ruggles 81f052cb7d Separate the raw FLAC demuxer from raw.c and put in a new file, 16 years ago