summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Use correct Doxygen syntaxDiego Biurrun2013-10-03
* atrac: Move doxygen comments to the headerMaxim Poliakovski2013-10-03
* atrac3: Replace a silly counter variable name with plain 'j'Diego Biurrun2013-10-03
* lavc: mark deprecated AVCodec.max_lowres for removal on next bumpAnton Khirnov2013-10-02
* vf_interlace: do not process an already interlaced frameVittorio Giovara2013-10-02
* rtmp: alias rtmp_listen to listenLuca Barbato2013-10-01
* mxf: Remove a typoLuca Barbato2013-10-01
* asfdec: Check the return value of asf_read_stream_propertiesMartin Storsjö2013-09-30
* omadec: fix bitrate for ATRAC3+ streamsMaxim Poliakovski2013-09-29
* Add support for multichannel ATRAC3+ streams.Maxim Poliakovski2013-09-29
* mxfdec: set audio timebase to 1/samplerateAnton Khirnov2013-09-29
* pcx: Return an error on broken palette if err_detect is set to 'explode'Martin Storsjö2013-09-29
* pcx: Check the packet size before assuming it fits a paletteMartin Storsjö2013-09-29
* rpza: Fix a buffer size checkMartin Storsjö2013-09-29
* xxan: Disallow odd widthMartin Storsjö2013-09-29
* xan: Only read within the data that actually was initializedMartin Storsjö2013-09-29
* xan: Use bytestream2 to limit reading to within the bufferMartin Storsjö2013-09-29
* pcx: Consume the whole packet if giving up due to missing paletteMartin Storsjö2013-09-29
* pngdec: Stop trying to decode once inflate returns Z_STREAM_ENDMartin Storsjö2013-09-29
* mov: Make sure the read sample count is nonnegativeMartin Storsjö2013-09-29
* bfi: Add some very basic sanity checks for input packet sizesMartin Storsjö2013-09-29
* bfi: Avoid divisions by zeroMartin Storsjö2013-09-29
* electronicarts: Add more sanity checking for the number of channelsMartin Storsjö2013-09-29
* riffdec: Add sanity checks for the sample rateMartin Storsjö2013-09-29
* mvi: Add sanity checking for the audio frame sizeMartin Storsjö2013-09-29
* alac: Do bounds checking of lpc_order read from the bitstreamMartin Storsjö2013-09-29
* xwma: Avoid division by zeroMartin Storsjö2013-09-29
* avidec: Make sure a packet is large enough before reading its dataMartin Storsjö2013-09-29
* vqf: Make sure the bitrate is in the valid rangeMartin Storsjö2013-09-29
* vqf: Make sure sample_rate is set to a valid valueMartin Storsjö2013-09-29
* lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-28
* avframe: note that linesize is not the usable data sizeAnton Khirnov2013-09-28
* lxf: check the nb_streams instead of relying on paddingLuca Barbato2013-09-27
* lxf: remove deplanarization hackPaul B Mahol2013-09-27
* pcm: support 24-bit/32-bit little-endian planarPaul B Mahol2013-09-27
* lxf: Support 16-channel filesCarl Eugen Hoyos2013-09-27
* lxf: Support version 1 filesReimar Döffinger2013-09-27
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* lavf: Allocate arrays with av_realloc if they will be realloced laterMartin Storsjö2013-09-26
* rtpdec_qt: Add an accidentally removed allocation return value checkMartin Storsjö2013-09-26
* tls: Add support for listen modeMartin Storsjö2013-09-26
* http: Pass options through to the nested protocolMartin Storsjö2013-09-26
* tls: Add options for verifying the peer certificateMartin Storsjö2013-09-26
* g2meet: Respect cursor_stride properly everywhereKostya Shishkov2013-09-25
* lavc doxy: document that avcodec_flush_buffers() invalidates decoded framesAnton Khirnov2013-09-24
* doc/filters: fix an option name in the unsharp docsAnton Khirnov2013-09-24
* h264: do not reinitialize the global cabac tables at each slice headerAnton Khirnov2013-09-24
* cabac: remove write-only h264_mps_state[]Anton Khirnov2013-09-24
* matroskadec: check av_strdup() when setting defaultsAnton Khirnov2013-09-24
* lavc: add support for interleaved chroma formats to libx264.Kieran Kunhya2013-09-24