summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mpegtsenc: add flag to embed an AC-3 ES the DVB wayStefan Pöschel2015-12-141-1/+13
* r3d: fix an invalid read introduced in 6bf4c1dAnton Khirnov2015-12-141-1/+1
* rtmpproto: Include the full path as app when "slist=" is foundMartin Storsjö2015-12-131-2/+2
* vocdec: do not create the stream in read_header()Anton Khirnov2015-12-121-5/+8
* vocdec: put the code not shared with other demuxers under appropriate ifdefAnton Khirnov2015-12-121-38/+39
* flvdec: do not create any streams in read_header()Anton Khirnov2015-12-121-9/+2
* mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-121-11/+6
* mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-122-7/+10
* r3d: do not create the audio stream until we know the sample rateAnton Khirnov2015-12-121-12/+25
* ff_parse_specific_params: do not use AVCodecContext.frame_sizeAnton Khirnov2015-12-121-5/+0
* rmenc: do not use AVCodecContext.frame_sizeAnton Khirnov2015-12-121-2/+5
* matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell2015-12-071-2/+34
* rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde2015-12-071-0/+1
* movenc-test: add a missing va_end callGanesh Ajjanagadde2015-12-071-0/+1
* mxfenc: always assume long gopAnton Khirnov2015-12-061-1/+1
* lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-061-9/+22
* mpegenc: use the CPB props side dataAnton Khirnov2015-12-061-5/+10
* movenc: use the CPB props side dataAnton Khirnov2015-12-061-5/+8
* avi: Spin out the logic to position to the next non-interleaved streamLuca Barbato2015-12-021-62/+72
* avi: Validate the stream-id for DV as wellMichael Niedermayer2015-12-021-1/+4
* avi: Use the correct data typeLuca Barbato2015-12-021-2/+3
* lavf: G.723.1 muxerMohamed Naufal2015-11-304-2/+16
* matroska: Warn when metadata references a non-existent elementLuca Barbato2015-11-281-6/+37
* dvenc: Validate the frame size before copying itLuca Barbato2015-11-281-0/+5
* nut: Mark non-fatal errors as warningsLuca Barbato2015-11-251-2/+4
* nut: Provide more information on failureLuca Barbato2015-11-251-5/+10
* rtsp: Log getaddrinfo failuresLuca Barbato2015-11-253-10/+20
* udp: Provide additional information on getaddrinfo failureLuca Barbato2015-11-251-1/+3
* udp: Use the logging contextLuca Barbato2015-11-251-14/+28
* rtsp: Do not assume getnameinfo cannot failLuca Barbato2015-11-251-2/+8
* movenc-test: Fix integer overflowsMichael Niedermayer2015-11-241-4/+4
* asfdec: handle the case when the stream index has an invalid value betterAlexandra Hájková2015-11-231-3/+17
* oggparsespeex: Fix unchecked mallocDerek Buitenhuis2015-11-231-0/+2
* movenc: add fallback audio track tref supportJohn Stebbins2015-11-181-4/+15
* avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-186-12/+15
* lavf: document that passing valid timestamps to muxers is now mandatoryAnton Khirnov2015-11-181-8/+21
* segafilm: Fix current_sample after seeking and avio_seek return typeMichael Niedermayer2015-11-141-3/+4
* rtmpcrypt: Provide the xtea keys in little endian format for consistencyMartin Storsjö2015-11-131-33/+33
* rtmpcrypt: Do the xtea decryption in little endian modeMartin Storsjö2015-11-131-1/+1
* mov: Drop dref when unable to parseVittorio Giovara2015-11-121-1/+6
* mov: Correctly store dref pathsVittorio Giovara2015-11-121-4/+2
* aiff: Support demuxing G.722 streamsCarl Eugen Hoyos2015-11-122-0/+2
* thp: set duration for audio stream tooPaul B Mahol2015-11-121-0/+1
* movenc: Add a unit test for signaling of the track start timesMartin Storsjö2015-11-111-0/+51
* movenc: Allow setting start_dts/start_cts before writing actual packetsMartin Storsjö2015-11-111-3/+12
* movenc: Add a unit test for frag_discont with edit listsMartin Storsjö2015-11-111-0/+34
* movenc: Assume streams starting at pts=0 for discontinuous fragments with edi...Martin Storsjö2015-11-111-4/+12
* movenc: Add an API unit test for fragmenting options/callsMartin Storsjö2015-11-102-0/+589
* movenc: Automatically flush after writing the initial moovMartin Storsjö2015-11-101-0/+1
* lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-095-2/+108
OpenPOWER on IntegriCloud