summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* rtmpproto: Readjust the end of the flv buffer if handle_metadata exited earlyMartin Storsjö2013-10-041-0/+5
* rtmpproto: Move the flv header/trailer addition to append_flv_dataMartin Storsjö2013-10-041-4/+3
* rtmpproto: Clear the flv allocation size on reallocp failuresMartin Storsjö2013-10-041-2/+6
* rtmpproto: Pass the 'live' parameter in the right unitMartin Storsjö2013-10-041-1/+1
* rtmpproto: Print the error code string if there's no descriptionMartin Storsjö2013-10-041-2/+6
* oggparsevorbis: K&R formatting cosmeticsVittorio Giovara2013-10-031-78/+82
* avformat/output-example: Declare link dependency on libswscale in the MakefileDiego Biurrun2013-10-031-0/+1
* 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-291-1/+9
* 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
* 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
* 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-271-0/+2
* 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-262-8/+42
* 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-262-2/+68
* matroskadec: check av_strdup() when setting defaultsAnton Khirnov2013-09-241-1/+7
* movenchint: Clear size and len if the realloc failedMartin Storsjö2013-09-221-1/+3
* movenc: Return a proper error code for invalid combinationsMartin Storsjö2013-09-221-2/+2
* electronicarts: Check packet sizes before readingMartin Storsjö2013-09-221-3/+9
* lavf: Avoid setting avg_frame_rate if delta_dts is negativeMartin Storsjö2013-09-221-1/+2
* movenc: Use keyframes as default fragmentation point in ismvMartin Storsjö2013-09-221-1/+1
* movenc: Set all implicit flags immediately in mov_write_headerMartin Storsjö2013-09-221-2/+5
* movenc: Set mov->mode earlier in mov_write_headerMartin Storsjö2013-09-221-18/+19
* tls: Do not abort on non-fatal TLS alerts with gnutlsMartin Storsjö2013-09-221-1/+8
* flv: Make onTextData parsing robustLuca Barbato2013-09-221-19/+69
* rtmp: Replace a magic number with a macroLuca Barbato2013-09-221-7/+8
* rtmp: Rewrite embedded flv handlingLuca Barbato2013-09-221-28/+42
* rtmp: Refactor get_packetLuca Barbato2013-09-221-62/+51
* rtmp: Support AMF_DATA_TYPE_MIXEDARRAYLuca Barbato2013-09-221-25/+40
* h264dec: Add .avc file name extensionVittorio Giovara2013-09-201-1/+1
* h264dec: K&R formatting cosmeticsVittorio Giovara2013-09-201-23/+31
OpenPOWER on IntegriCloud