summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Simplify ipmovie.c pts calculation by using an appropriate time_base.Reimar Döffinger2009-02-27
* Add a context to av_log() call.Benoit Fouet2009-02-27
* Add HW acceleration hooks for MPEG-4 / H.263 decoding.Gwenole Beauchesne2009-02-27
* Remove superfluous call to mpeg_decode_slice() for hwaccel, thisGwenole Beauchesne2009-02-27
* Return early if a HW accelerator is used.Gwenole Beauchesne2009-02-27
* Add VA API pixel formats.Gwenole Beauchesne2009-02-27
* Add ff_hwaccel_pixfmt_list_420[] definition.Gwenole Beauchesne2009-02-27
* Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1Reimar Döffinger2009-02-27
* Detect the case when the time base is exact but far finer than necessary toReimar Döffinger2009-02-27
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-26
* cosmetics: vertical alignmentAurelien Jacobs2009-02-26
* use new metadata API in rpl demuxerAurelien Jacobs2009-02-26
* use new metadata API in wc3 demuxerAurelien Jacobs2009-02-26
* Mark as "internal but installed" the avio.h file.Stefano Sabatini2009-02-26
* Add a @file notice to avio.h.Stefano Sabatini2009-02-26
* Rename avfilter_parse_graph() to avfilter_graph_parse(), for betterStefano Sabatini2009-02-26
* Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini2009-02-26
* Half user provided time_base once during the first frame when there is noMichael Niedermayer2009-02-26
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-02-26
* Initialize H264 parser context correctly if the optional SEI messagesIvan Schreter2009-02-26
* move static tables from asf.h to non-static tables in asf.cAurelien Jacobs2009-02-26
* rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs2009-02-26
* fix a memleak in av_metadata_set()Aurelien Jacobs2009-02-26
* Implement marker bit, which is used for several RTP payloads currentlyRonald S. Bultje2009-02-26
* Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothingRonald S. Bultje2009-02-26
* Document rtsp.h, see "[PATCH] document rtsp.h" thread.Ronald S. Bultje2009-02-26
* Fix next_pts computation to consider repeat_pict.Michael Niedermayer2009-02-26
* movenc: add muxing of language along with metadata tags when availableAurelien Jacobs2009-02-26
* return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs2009-02-26
* cosmetics: indentationAurelien Jacobs2009-02-26
* use new metadata API in mov muxerAurelien Jacobs2009-02-26