summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet.Ronald S. Bultje2010-08-11
* Apply misc cosmetics: add empty newlines for separating functionStefano Sabatini2010-08-11
* Set type on buffer in get_video_buffer().S.N. Hemanth Meenakshisundaram2010-08-11
* Add APIchanges entry for the AVFilterBufferRef changes in r24773.Stefano Sabatini2010-08-11
* Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram2010-08-11
* Extend and clarify documentation for -ac ffmpeg option.Stefano Sabatini2010-08-11
* Add documentation for the pm parameter of the av_metadata_set*Stefano Sabatini2010-08-11
* Fix reference to a wrong parameter name in the metadata API functionsStefano Sabatini2010-08-11
* Add APIchanges entry after av_picture_data_copy() addition.Stefano Sabatini2010-08-11
* Add av_picture_data_copy() and reimplement av_picture_copy() as aS.N. Hemanth Meenakshisundaram2010-08-11
* Fix typo.Stefano Sabatini2010-08-11
* Add APIchanges entry after avfilter_open() change in r24765.Stefano Sabatini2010-08-11
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-11
* Add APIchanges entry after AVFilterBufferRef changes in r24763.Stefano Sabatini2010-08-11
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-11
* Nit: fix weird spacing.Stefano Sabatini2010-08-11
* Add empty newlines between function descriptions and @params, improveStefano Sabatini2010-08-11
* remove b4_stride/mb_stride.Pascal Massimino2010-08-11
* Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 forPete Eberlein2010-08-11
* fix over-allocation. confused b4_stride with mb_width.Pascal Massimino2010-08-11
* Fix mem leak when trying to open a non-existing image file (issue 2126).Przemysław Sobala2010-08-10
* 2 lines spacing between versions in Changelog should be enough for readabilityAurelien Jacobs2010-08-10
* get rid of MAX_STREAMS limit in nutdecAurelien Jacobs2010-08-10
* rtpenc_xiph: Clarify that num_frames shouldn't ever get larger than max_frame...Martin Storsjö2010-08-10
* get rid of MAX_STREAMS limit in mpegtsAurelien Jacobs2010-08-09
* get rid of MAX_STREAMS limit in RTSPAurelien Jacobs2010-08-09
* get rid of MAX_STREAMS limit in RDTAurelien Jacobs2010-08-09
* Fix buffer overrun if idx is negative (it can be down to -23>>4), by prependingRonald S. Bultje2010-08-09
* rtpenc_xiph: Set the ident value via a defineMartin Storsjö2010-08-09
* rtpenc_xiph: Don't needlessly cast pointers to integersMartin Storsjö2010-08-09
* Make hex_to_data a lavf internal functionMartin Storsjö2010-08-09
* http: Return EOF at the end of the content even if the connection isn't closedMartin Storsjö2010-08-09
* Fix handling of truncated files. Should fix random FATE breakages.Vitor Sessak2010-08-09
* indentRamiro Polla2010-08-08
* swscale-test: get strides using av_fill_image_linesizes() from libavcoreRamiro Polla2010-08-08
* Only check for for libvpx decoder/encoder if libvpx is enabled.Diego Biurrun2010-08-08
* fix configure when --enable-libvpx is not specifiedRamiro Polla2010-08-08
* Split libvpx check into decoder and encoder check.Frank Barchard2010-08-08
* Split h264dsp and h264pred in configure.Jason Garrett-Glaser2010-08-07
* oggparsevorbis: Add some sanity checks to header packet ordering/presence.Alex Converse2010-08-07
* Apply misc docs fixes spotted by Diego.Stefano Sabatini2010-08-07
* Fix VfW spelling.Stefano Sabatini2010-08-07
* Fix spelling in comment(s)Reinhard Tartler2010-08-07
* H.264: 8% faster CAVLC zero-run decodingJason Garrett-Glaser2010-08-07
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-07