summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Fix the compilation of some libavcodec/lib* files which were notStefano Sabatini2010-08-07
* Add APIchanges entries after the last recent libavfilter renames.Stefano Sabatini2010-08-07
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-07
* Add APIchanges entry after r24728.Stefano Sabatini2010-08-07
* Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram2010-08-07
* Fix the size of the data to be copied from an AVFilterBuffer to anS.N. Hemanth Meenakshisundaram2010-08-07
* Apply misc fixes spotted by Diego to protocols.texi.Stefano Sabatini2010-08-06
* Remove audio_beos entries in indevs.texi and output.devs, BeOS audioStefano Sabatini2010-08-06
* Apply misc fixes spotted by Diego to indevs.texi and outdevs.texi.Stefano Sabatini2010-08-06
* Rename the chapter Devices -> Input Devices, as the file is aboutStefano Sabatini2010-08-06
* showfiltfmts: destroy filter context before exitMåns Rullgård2010-08-06
* showfiltfmts: set media type of links to that of corresponding padMåns Rullgård2010-08-06
* avfilter: indentMåns Rullgård2010-08-06
* avfilter: do not crash on null link src/dst in avfilter_destroy()Måns Rullgård2010-08-06
* avfilter: free link in/out_formats in avfilter_destroy()Måns Rullgård2010-08-06
* libvpxdec: Fix "error: implicit declaration of function ‘av_check_image_siz...Alex Converse2010-08-06
* vorbis_dec: Change partition_class[] to uint8_t.Alex Converse2010-08-06