summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Use YUV420P code path for YUVA420P where appropriateCédric Schieli2009-02-27
* Correctly reset SEI variables.Ivan Schreter2009-02-27
* configure: remove redundant alsa/asoundlib.h checkMåns Rullgård2009-02-27
* Detect static prototypes.Michael Niedermayer2009-02-27
* Improve detection of non doxy comments.Michael Niedermayer2009-02-27
* Refactor code for upcoming alpha patches.Cédric Schieli2009-02-27
* Fix misdetection of #else in 'missing } prior to else'.Michael Niedermayer2009-02-27
* Make ff_print_debug_info() a no-op when using HW acceleration.Gwenole Beauchesne2009-02-27
* Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder.Gwenole Beauchesne2009-02-27
* Add hardware acceleration hooks to H.264.Gwenole Beauchesne2009-02-27
* Make sure -vsync 2 does not produce timestamps equal to the previous,Michael Niedermayer2009-02-27
* Update commented fprintf().Michael Niedermayer2009-02-27
* Do not allow standard-frame-rate detection to increase the value ofReimar Döffinger2009-02-27
* Fix SVQ3 regression since ticks_per_frame=2.Michael Niedermayer2009-02-27