summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter2009-02-28
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in a commentLuca Abeni2009-02-28
| | | | Originally committed as revision 17664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ff_rtp_enc_name()Luca Abeni2009-02-28
| | | | Originally committed as revision 17663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2009-02-28
| | | | Originally committed as revision 17662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ff_rtp_get_codec_info()Luca Abeni2009-02-28
| | | | Originally committed as revision 17661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles2009-02-28
| | | | | | flacdec.c. Originally committed as revision 17660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already usedRonald S. Bultje2009-02-28
| | | | | | | in mov.c for the demuxer. See "[PATCH] rename movenc.c MOVContext to MOVMuxContext" thread on the mailinglist. Originally committed as revision 17659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Improve frame rate guessing for streams with two fields per frame."Måns Rullgård2009-02-28
| | | | | | | This reverts r17656, which broke many tests. Further investigation is necessary. Originally committed as revision 17658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: fix corner-case overflow in H.264 weighted predictionMåns Rullgård2009-02-28
| | | | Originally committed as revision 17657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve frame rate guessing for streams with two fields per frame.Ivan Schreter2009-02-28
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sub_mb_type[] needs to be 8-byte aligned because it is referencedDavid S. Miller2009-02-28
| | | | | | | as a uint64_t in get_dct8x8_allowed(). Patch by David S. Miller <davem at davemloft dot net> Originally committed as revision 17655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-28
| | | | Originally committed as revision 28756 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix avpicture_layout to not chroma shift the alpha plane when outputting ↵Cédric Schieli2009-02-28
| | | | | | YUVA420P Originally committed as revision 17654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in nut muxerAurelien Jacobs2009-02-27
| | | | | | | This is only a straight conversion of current code, so for now, it won't mux generic metadata. It will only mux Title, Author and Copyright. Originally committed as revision 17653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in nut demuxerAurelien Jacobs2009-02-27
| | | | Originally committed as revision 17652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an isALPHA macro to check if pixel format has alpha channelCédric Schieli2009-02-27
| | | | Originally committed as revision 28747 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use YUV420P code path for YUVA420P where appropriateCédric Schieli2009-02-27
| | | | Originally committed as revision 28746 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Correctly reset SEI variables.Ivan Schreter2009-02-27
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: remove redundant alsa/asoundlib.h checkMåns Rullgård2009-02-27
| | | | Originally committed as revision 17650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect static prototypes.Michael Niedermayer2009-02-27
| | | | Originally committed as revision 17649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve detection of non doxy comments.Michael Niedermayer2009-02-27
| | | | Originally committed as revision 17648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Refactor code for upcoming alpha patches.Cédric Schieli2009-02-27
| | | | | | Patch by Cédric Schieli, cschieli A gmail Originally committed as revision 28741 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix misdetection of #else in 'missing } prior to else'.Michael Niedermayer2009-02-27
| | | | Originally committed as revision 17647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_print_debug_info() a no-op when using HW acceleration.Gwenole Beauchesne2009-02-27
| | | | | | Patch by Gwenolé Beauchesne. Originally committed as revision 17646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder.Gwenole Beauchesne2009-02-27
| | | | | | Patch by Gwenolé Beauchesne. Originally committed as revision 17645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add hardware acceleration hooks to H.264.Gwenole Beauchesne2009-02-27
| | | | | | Patch by Gwenolé Beauchesne. Originally committed as revision 17644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure -vsync 2 does not produce timestamps equal to the previous,Michael Niedermayer2009-02-27
| | | | | | | rather drop a frame. Fixes Issue872. Originally committed as revision 17643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update commented fprintf().Michael Niedermayer2009-02-27
| | | | Originally committed as revision 17642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not allow standard-frame-rate detection to increase the value ofReimar Döffinger2009-02-27
| | | | | | r_frame_rate by more than 1% over a previously set/detected value. Originally committed as revision 17641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix SVQ3 regression since ticks_per_frame=2.Michael Niedermayer2009-02-27
| | | | Originally committed as revision 17640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify ipmovie.c pts calculation by using an appropriate time_base.Reimar Döffinger2009-02-27
| | | | Originally committed as revision 17639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() call.Benoit Fouet2009-02-27
| | | | Originally committed as revision 17638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add HW acceleration hooks for MPEG-4 / H.263 decoding.Gwenole Beauchesne2009-02-27
| | | | | | Patch by Gwenole Beauchesne. Originally committed as revision 17637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous call to mpeg_decode_slice() for hwaccel, thisGwenole Beauchesne2009-02-27
| | | | | | | function already contains the needed code. Patch by Gwenole Beauchesne. Originally committed as revision 17636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return early if a HW accelerator is used.Gwenole Beauchesne2009-02-27
| | | | | | Patch by Gwenole Beauchesne. Originally committed as revision 17635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VA API pixel formats.Gwenole Beauchesne2009-02-27
| | | | | | Patch by Gwenole Beauchesne. Originally committed as revision 17634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_hwaccel_pixfmt_list_420[] definition.Gwenole Beauchesne2009-02-27
| | | | | | Patch by Gwenole Beauchesne. Originally committed as revision 17633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1Reimar Döffinger2009-02-27
| | | | Originally committed as revision 17632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect the case when the time base is exact but far finer than necessary toReimar Döffinger2009-02-27
| | | | | | represent the time stamps, as e.g. for ipmovie.c and set a better r_frame_rate. Originally committed as revision 17631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-26
| | | | | | by the time_base change. Originally committed as revision 17630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignmentAurelien Jacobs2009-02-26
| | | | Originally committed as revision 17629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in rpl demuxerAurelien Jacobs2009-02-26
| | | | Originally committed as revision 17628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in wc3 demuxerAurelien Jacobs2009-02-26
| | | | Originally committed as revision 17627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark as "internal but installed" the avio.h file.Stefano Sabatini2009-02-26
| | | | | | | This should prevent its direct inclusion in an external project, which results broken if avformat.h is not included before. Originally committed as revision 17626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a @file notice to avio.h.Stefano Sabatini2009-02-26
| | | | Originally committed as revision 17625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename avfilter_parse_graph() to avfilter_graph_parse(), for betterStefano Sabatini2009-02-26
| | | | | | consistency with the rest of the API. Originally committed as revision 17624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for betterStefano Sabatini2009-02-26
| | | | | | consistency with the rest of the API. Originally committed as revision 17623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Half user provided time_base once during the first frame when there is noMichael Niedermayer2009-02-26
| | | | | | | timebase stored in the h264 stream. This should fix fate. (ffmpeg.c used pict_repeat with its default 1/25 timebase) Originally committed as revision 17622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-02-26
| | | | Originally committed as revision 17621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize H264 parser context correctly if the optional SEI messagesIvan Schreter2009-02-26
| | | | | | | | are not present. Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17620 to svn://svn.ffmpeg.org/ffmpeg/trunk