summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* configure: fix return value from check_headerMåns Rullgård2009-03-01
* Document ffplay -ast, -vst, and -sst options.Stefano Sabatini2009-03-01
* Apply the same logic used for subtitle stream selection to audio and videoStefano Sabatini2009-03-01
* Simplify the logic for the subtitle stream selection.Stefano Sabatini2009-03-01
* Fix subtitle selection logic, make ffplay select the subtitle stream NStefano Sabatini2009-03-01
* deprecate old metadata APIAurelien Jacobs2009-03-01
* fix missed usage of old metadata API in mov demuxerAurelien Jacobs2009-03-01
* fix last usage of old metadata API in ffmpeg.c (handling of AVStream language)Aurelien Jacobs2009-03-01
* use new metadata API in libavformat/utils.cAurelien Jacobs2009-03-01
* use new metadata API in r3d demuxerAurelien Jacobs2009-03-01
* convert ffserver to new metadata APIAurelien Jacobs2009-03-01
* convert ffplay to new metadata APIAurelien Jacobs2009-03-01
* convert ffmpeg to new metadata APIAurelien Jacobs2009-03-01
* new metadata API is now officially part of public APIAurelien Jacobs2009-03-01
* simplify metadata conversion and fixes gcc-2.95 at the same timeAurelien Jacobs2009-03-01
* SVQ3: Fix decoding with A32_BITSTREAM_READERMåns Rullgård2009-03-01
* ARM: fix missing MUL16() return typeMåns Rullgård2009-03-01
* Fix typo in comments.Dominik Mierzejewski2009-03-01
* Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).Reimar Döffinger2009-03-01
* Make AltiVec code write alpha as 255 instead of 0 when converting to RGBAReimar Döffinger2009-03-01
* Fix braindead and broken way to calculate abase, fixes regression tests onReimar Döffinger2009-03-01
* Reindent after last commitVitor Sessak2009-03-01
* Do not read uninitialized buffer, no matter if it will be multiplied byVitor Sessak2009-03-01
* Remove unused variable in mpeg_mc_decode_initReimar Döffinger2009-03-01
* Change the timebase of the raw demuxer to one that can represent the ts of fi...Michael Niedermayer2009-03-01
* Disable MPEG-1/2 style timestamp calculation for H264. It still randomizesMichael Niedermayer2009-03-01
* Do not set low_delay if has_b_frames has been set before init()Michael Niedermayer2009-03-01
* AAC: Make the CPE function more consistent with the functions for other chann...Alex Converse2009-03-01
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-01
* add a metadata conversion APIAurelien Jacobs2009-02-28
* Adjust time_base exactly when changing ticks_per_frame to 2 this is saferMichael Niedermayer2009-02-28
* configure: check_func_headers should mark headers as foundMåns Rullgård2009-02-28
* configure: {enable,disable}_safe functions that sanitise argumentsMåns Rullgård2009-02-28
* Document ff_rtp_codec_id()Luca Abeni2009-02-28
* Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter2009-02-28
* Fix typo in a commentLuca Abeni2009-02-28
* Document ff_rtp_enc_name()Luca Abeni2009-02-28
* cosmetics: indentationJustin Ruggles2009-02-28
* Document ff_rtp_get_codec_info()Luca Abeni2009-02-28
* Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles2009-02-28
* Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already usedRonald S. Bultje2009-02-28
* Revert "Improve frame rate guessing for streams with two fields per frame."Måns Rullgård2009-02-28
* ARM: fix corner-case overflow in H.264 weighted predictionMåns Rullgård2009-02-28
* Improve frame rate guessing for streams with two fields per frame.Ivan Schreter2009-02-28
* sub_mb_type[] needs to be 8-byte aligned because it is referencedDavid S. Miller2009-02-28
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-28
* Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA...Cédric Schieli2009-02-28
* use new metadata API in nut muxerAurelien Jacobs2009-02-27
* use new metadata API in nut demuxerAurelien Jacobs2009-02-27
* Add an isALPHA macro to check if pixel format has alpha channelCédric Schieli2009-02-27