summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03267-338/+338
* oggparsevorbis: K&R formatting cosmeticsVittorio Giovara2013-10-031-78/+82
* avformat/output-example: Declare link dependency on libswscale in the MakefileDiego Biurrun2013-10-032-1/+3
* x86: cpu: Restore some explanatory comments removed in 7160bb7Diego Biurrun2013-10-031-0/+2
* atrac: Add missing av_coldMaxim Poliakovski2013-10-031-1/+1
* atrac3: Generalize gain compensation codeMaxim Poliakovski2013-10-033-75/+118
* Use correct Doxygen syntaxDiego Biurrun2013-10-033-12/+12
* atrac: Move doxygen comments to the headerMaxim Poliakovski2013-10-032-21/+20
* atrac3: Replace a silly counter variable name with plain 'j'Diego Biurrun2013-10-031-5/+5
* lavc: mark deprecated AVCodec.max_lowres for removal on next bumpAnton Khirnov2013-10-021-0/+2
* vf_interlace: do not process an already interlaced frameVittorio Giovara2013-10-021-0/+10
* rtmp: alias rtmp_listen to listenLuca Barbato2013-10-011-0/+1
* mxf: Remove a typoLuca Barbato2013-10-011-1/+1
* asfdec: Check the return value of asf_read_stream_propertiesMartin Storsjö2013-09-301-1/+3
* omadec: fix bitrate for ATRAC3+ streamsMaxim Poliakovski2013-09-291-1/+1
* Add support for multichannel ATRAC3+ streams.Maxim Poliakovski2013-09-293-3/+28
* mxfdec: set audio timebase to 1/samplerateAnton Khirnov2013-09-294-28/+36
* pcx: Return an error on broken palette if err_detect is set to 'explode'Martin Storsjö2013-09-291-2/+4
* pcx: Check the packet size before assuming it fits a paletteMartin Storsjö2013-09-291-0/+6
* rpza: Fix a buffer size checkMartin Storsjö2013-09-291-1/+1
* xxan: Disallow odd widthMartin Storsjö2013-09-291-0/+4
* xan: Only read within the data that actually was initializedMartin Storsjö2013-09-291-5/+7
* xan: Use bytestream2 to limit reading to within the bufferMartin Storsjö2013-09-291-12/+10
* pcx: Consume the whole packet if giving up due to missing paletteMartin Storsjö2013-09-291-0/+1
* pngdec: Stop trying to decode once inflate returns Z_STREAM_ENDMartin Storsjö2013-09-291-0/+4
* mov: Make sure the read sample count is nonnegativeMartin Storsjö2013-09-291-0/+4
* bfi: Add some very basic sanity checks for input packet sizesMartin Storsjö2013-09-291-0/+4
* bfi: Avoid divisions by zeroMartin Storsjö2013-09-291-3/+4
* electronicarts: Add more sanity checking for the number of channelsMartin Storsjö2013-09-291-1/+1
* riffdec: Add sanity checks for the sample rateMartin Storsjö2013-09-291-0/+5
* mvi: Add sanity checking for the audio frame sizeMartin Storsjö2013-09-291-0/+6
* alac: Do bounds checking of lpc_order read from the bitstreamMartin Storsjö2013-09-291-0/+3
* xwma: Avoid division by zeroMartin Storsjö2013-09-291-0/+8
* avidec: Make sure a packet is large enough before reading its dataMartin Storsjö2013-09-291-1/+2
* vqf: Make sure the bitrate is in the valid rangeMartin Storsjö2013-09-291-0/+7
* vqf: Make sure sample_rate is set to a valid valueMartin Storsjö2013-09-291-0/+4
* lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-288-15/+69
* avframe: note that linesize is not the usable data sizeAnton Khirnov2013-09-281-0/+3
* lxf: check the nb_streams instead of relying on paddingLuca Barbato2013-09-271-4/+5
* lxf: remove deplanarization hackPaul B Mahol2013-09-271-38/+5
* pcm: support 24-bit/32-bit little-endian planarPaul B Mahol2013-09-279-16/+61
* lxf: Support 16-channel filesCarl Eugen Hoyos2013-09-271-1/+1
* lxf: Support version 1 filesReimar Döffinger2013-09-271-34/+59
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-2613-16/+47
* lavf: Allocate arrays with av_realloc if they will be realloced laterMartin Storsjö2013-09-262-3/+3
* rtpdec_qt: Add an accidentally removed allocation return value checkMartin Storsjö2013-09-261-0/+2
* tls: Add support for listen modeMartin Storsjö2013-09-263-8/+55
* http: Pass options through to the nested protocolMartin Storsjö2013-09-261-8/+26
* tls: Add options for verifying the peer certificateMartin Storsjö2013-09-263-2/+101
* g2meet: Respect cursor_stride properly everywhereKostya Shishkov2013-09-251-0/+3
OpenPOWER on IntegriCloud