18422 Commits (09096c9fad1b1c5a3acc223c19d1d4aef5e34c8a)
 

Author SHA1 Message Date
  Måns Rullgård 09096c9fad RA144: work around gcc bug/oddity on ARM 17 years ago
  Aurelien Jacobs 38ce707e02 add an API changelog with a first entry for the new metadata API 17 years ago
  Diego Biurrun e0e86c5228 Add release version number. 17 years ago
  Måns Rullgård b77df6377b configure: fix return value from check_header 17 years ago
  Stefano Sabatini 4b03756748 Document ffplay -ast, -vst, and -sst options. 17 years ago
  Stefano Sabatini 5dbb63feef Apply the same logic used for subtitle stream selection to audio and video 17 years ago
  Stefano Sabatini 5ad4f0d473 Simplify the logic for the subtitle stream selection. 17 years ago
  Stefano Sabatini 7f668bb3ea Fix subtitle selection logic, make ffplay select the subtitle stream N 17 years ago
  Aurelien Jacobs 827f7e285b deprecate old metadata API 17 years ago
  Aurelien Jacobs bc718b4720 fix missed usage of old metadata API in mov demuxer 17 years ago
  Aurelien Jacobs 0a7892468e fix last usage of old metadata API in ffmpeg.c (handling of AVStream language) 17 years ago
  Aurelien Jacobs 012867f05b use new metadata API in libavformat/utils.c 17 years ago
  Aurelien Jacobs feacba6c26 use new metadata API in r3d demuxer 17 years ago
  Aurelien Jacobs 5ee999b8e7 convert ffserver to new metadata API 17 years ago
  Aurelien Jacobs f7554a99bc convert ffplay to new metadata API 17 years ago
  Aurelien Jacobs a5926d856b convert ffmpeg to new metadata API 17 years ago
  Aurelien Jacobs ec26457064 new metadata API is now officially part of public API 17 years ago
  Aurelien Jacobs 95030323d1 simplify metadata conversion and fixes gcc-2.95 at the same time 17 years ago
  Måns Rullgård db794291a2 SVQ3: Fix decoding with A32_BITSTREAM_READER 17 years ago
  Måns Rullgård 4cd19f6e78 ARM: fix missing MUL16() return type 17 years ago
  Dominik Mierzejewski 9c36693924 Fix typo in comments. 17 years ago
  Reimar Döffinger b62bb661ed Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255). 17 years ago
  Reimar Döffinger 68363b6989 Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA 17 years ago
  Reimar Döffinger f78b9c0656 Fix braindead and broken way to calculate abase, fixes regression tests on 17 years ago
  Vitor Sessak 8d2544bd1b Reindent after last commit 17 years ago
  Vitor Sessak 9e27e0d4f8 Do not read uninitialized buffer, no matter if it will be multiplied by 17 years ago
  Reimar Döffinger d819b41ba1 Remove unused variable in mpeg_mc_decode_init 17 years ago
  Michael Niedermayer 4022fe01a6 Change the timebase of the raw demuxer to one that can represent the ts of fields. 17 years ago
  Michael Niedermayer 9e6c124a87 Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes 17 years ago
  Michael Niedermayer 47cd974ae5 Do not set low_delay if has_b_frames has been set before init() 17 years ago
  Alex Converse 9ef88afac3 AAC: Make the CPE function more consistent with the functions for other channel elements. 17 years ago
  Aurelien Jacobs 719e721a14 Add some basic metadata conversion tables for matroska and asf. 17 years ago
  Aurelien Jacobs f610a9f284 add a metadata conversion API 17 years ago
  Michael Niedermayer efd8c1f64d Adjust time_base exactly when changing ticks_per_frame to 2 this is safer 17 years ago
  Måns Rullgård cd0d9a9de6 configure: check_func_headers should mark headers as found 17 years ago
  Måns Rullgård 7270270541 configure: {enable,disable}_safe functions that sanitise arguments 17 years ago
  Luca Abeni 3aa7ac6dd2 Document ff_rtp_codec_id() 17 years ago
  Ivan Schreter 4c6b49bf74 Change TS seeking so it returns position/timestamp of a key frame. 17 years ago
  Luca Abeni d3da8a4565 Fix typo in a comment 17 years ago
  Luca Abeni c3efd98c09 Document ff_rtp_enc_name() 17 years ago
  Justin Ruggles 344bcea46d cosmetics: indentation 17 years ago
  Luca Abeni d3a5794958 Document ff_rtp_get_codec_info() 17 years ago
  Justin Ruggles 81f052cb7d Separate the raw FLAC demuxer from raw.c and put in a new file, 17 years ago
  Ronald S. Bultje 2d243fb3fc Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used 17 years ago
  Måns Rullgård f166f2f435 Revert "Improve frame rate guessing for streams with two fields per frame." 17 years ago
  Måns Rullgård fe7f149ed8 ARM: fix corner-case overflow in H.264 weighted prediction 17 years ago
  Ivan Schreter 5fa61b26f7 Improve frame rate guessing for streams with two fields per frame. 17 years ago
  David S. Miller da2911d5e8 sub_mb_type[] needs to be 8-byte aligned because it is referenced 17 years ago
  Cédric Schieli f8a138be52 When converting from a non alpha format to an alpha format, defaults 17 years ago
  Cédric Schieli 5f59207d94 Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA420P 17 years ago