summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Implement inline function av_fill_image_max_pixstep() and use it forStefano Sabatini2010-08-18
* add a comment to clarify that FF_API_* defines are not part of public APIAurelien Jacobs2010-08-18
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-18
* validate input data and linesizesRamiro Polla2010-08-18
* Support unsynchronisation for id3v2 tags.Alexander Kojevnikov2010-08-18
* Remove "CODEC_CAP_EXPERIMENTAL added" entry from the Changelog.Stefano Sabatini2010-08-18
* Fix configure .pc files generation and make install whenAnatoly Nenashev2010-08-18
* Add AVC EOS tag to H264-encoded FLV files.Thierry Foucu2010-08-18
* fate: store last version in per-slot fileMåns Rullgård2010-08-17
* add LAVF_API_OLD_METADATA define to disable the deprecated metadata APIAurelien Jacobs2010-08-17
* add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs2010-08-17
* Fix out-of-tree buildMåns Rullgård2010-08-17
* Add APIchanges entry after the addition of AV_NE in r24814.Stefano Sabatini2010-08-17
* Define macro AV_NE() and use it in libavdevice.Stefano Sabatini2010-08-17
* Add APIchanges entry after libavfilter audio framework addition ofStefano Sabatini2010-08-17
* Cosmetics: apply misc style fixes.Stefano Sabatini2010-08-17
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-17
* Set the correct type for the output links.Stefano Sabatini2010-08-17
* Add missing checks in avfilter_default_get_video_buffer().Stefano Sabatini2010-08-17
* Add missing NULL checks in avfilter_ref_buffer().Stefano Sabatini2010-08-17
* Remove dep/depend targets and related variables.Diego Biurrun2010-08-17
* Add hflip filter.Stefano Sabatini2010-08-17
* Skip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.Diego Biurrun2010-08-17
* matroskadec: minor simplificationAurelien Jacobs2010-08-17
* matroskadec: fix integer overflowAurelien Jacobs2010-08-17
* Mention lowres if SDL can't provide the needed resolution.Carl Eugen Hoyos2010-08-17
* Fix SDL crash on specific hardware.Mike Scheutzow2010-08-17
* Move do_exit() up for upcoming patch.Mike Scheutzow2010-08-17
* fft-test: format error output more readablyMåns Rullgård2010-08-16
* Add RTP depacketization of VP8Josh Allmann2010-08-16
* Add RTP packetization of VP8Josh Allmann2010-08-16
* Print error messages in case of connection failure or name resolution failureRonald S. Bultje2010-08-14
* Prevent overflow on random input.Ronald S. Bultje2010-08-13
* Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamicallyRonald S. Bultje2010-08-13
* Set fixed chunksize for ASF header in MMS streams, as per MSDN documentation.Zhentan Feng2010-08-13
* Fix wrong command prefix for timing test in MMST protocol.Zhentan Feng2010-08-13
* Remove some stray +s in VP8Jason Garrett-Glaser2010-08-13
* Add RTP depacketization of MP4A-LATMMartin Storsjö2010-08-12
* Cosmetics: put "{" on the same line of the "struct" keyword in structStefano Sabatini2010-08-12
* Add APIchanges entry after the addition of av_get_image_linesize() ofStefano Sabatini2010-08-12
* Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini2010-08-12
* Implement av_get_image_linesize() and use it inStefano Sabatini2010-08-12
* Send OPTIONS request at a regular basis to standard RTSP servers as well,Ronald S. Bultje2010-08-12
* Add another missing file from r24799.Ronald S. Bultje2010-08-12
* VP5/6/8: ~7% faster arithmetic decodingJason Garrett-Glaser2010-08-12
* Fix segv when stream copy and validate_tag fails, st->codec->codec is not setBaptiste Coudurier2010-08-12
* 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update themBaptiste Coudurier2010-08-12
* Add missing mms.c from r24779.Ronald S. Bultje2010-08-11
* Move functions and structs shared between MMSH and MMST into their own file,Zhentan Feng2010-08-11
* Extract fields that are to be shared between MMST/MMSH into a common struct,Zhentan Feng2010-08-11