summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ismindex: Calculate the file duration among the included tracksMartin Storsjö2013-10-05
* ismindex: Use the individual stream duration instead of the global oneMartin Storsjö2013-10-05
* mov: Don't allocate arrays with av_malloc that will be reallocedMartin Storsjö2013-10-05
* x86: fdct: Only build fdct code if encoders have been enabledDiego Biurrun2013-10-04
* rtmpproto: Validate the embedded flv packet size before copyingMartin Storsjö2013-10-04
* rtmpproto: Readjust the end of the flv buffer if handle_metadata exited earlyMartin Storsjö2013-10-04
* rtmpproto: Move the flv header/trailer addition to append_flv_dataMartin Storsjö2013-10-04
* rtmpproto: Clear the flv allocation size on reallocp failuresMartin Storsjö2013-10-04
* rtmpproto: Pass the 'live' parameter in the right unitMartin Storsjö2013-10-04
* rtmpproto: Print the error code string if there's no descriptionMartin Storsjö2013-10-04
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* oggparsevorbis: K&R formatting cosmeticsVittorio Giovara2013-10-03
* avformat/output-example: Declare link dependency on libswscale in the MakefileDiego Biurrun2013-10-03
* x86: cpu: Restore some explanatory comments removed in 7160bb7Diego Biurrun2013-10-03
* atrac: Add missing av_coldMaxim Poliakovski2013-10-03
* atrac3: Generalize gain compensation codeMaxim Poliakovski2013-10-03
* 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