aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* hlsenc: Add parameter -hls_allow_cacheJoakim Roubert2014-10-032-1/+6
* lavf: fix memleaks in avformat_find_stream_info()Justin Ruggles2014-09-291-0/+5
* sdp: Make opus declaration conform to the specTimothy B. Terriberry2014-09-291-1/+11
* probe: Bump the score for mime type matchingAndreas Cadhalpun2014-09-261-1/+1
* caf: Give context structure a consistent nameDiego Biurrun2014-09-261-7/+7
* m4vdec: K&R formatting cosmeticsGabriel Dume2014-09-251-12/+18
* lmlm4: K&R formatting cosmeticsGabriel Dume2014-09-251-17/+20
* concat: K&R formatting cosmeticsGabriel Dume2014-09-251-13/+15
* rtsp: Clear the session id on redirectsMartin Storsjö2014-09-241-0/+1
* rtpenc: HEVC/H.265 supportThomas Volkert2014-09-246-1/+152
* libavformat: Move avc mp4 startcode parsing to a shared fileMartin Storsjö2014-09-243-17/+22
* rtpdec_hevc: Drop a duplicated, nonstandard entryVittorio Giovara2014-09-243-13/+0
* rtpenc_chain: Pass the initial time_base hint on to the chained muxerMartin Storsjö2014-09-171-0/+1
* apetag: Fix APE tag size checkKaterina Barone-Adesi2014-09-171-2/+4
* libavformat: Check mkdir return error codesMartin Storsjö2014-09-072-3/+12
* vc1: Split bits used in libavformat into a separate headerDiego Biurrun2014-09-041-1/+1
* rtpdec: HEVC/H.265 supportThomas Volkert2014-09-035-1/+378
* mpegts: Allow custom max resync sizeLuca Barbato2014-09-031-2/+22
* matroskaenc: convert avstream stereo3d side data during encodingVittorio Giovara2014-08-281-18/+76
* matroskadec: parse stereo mode on decodingVittorio Giovara2014-08-283-2/+77
* avcodec: add stream-level stereo3d side dataVittorio Giovara2014-08-281-0/+50
* matroska: list supported extensionsVittorio Giovara2014-08-281-0/+1
* mpegenc: limit the maximum muxrateAnton Khirnov2014-08-271-1/+1
* os_support: Adjust an outdated #endif commentDiego Biurrun2014-08-261-1/+1
* mpeg: Write H264 streams at offset 2Luca Barbato2014-08-262-4/+10
* libavformat: use MSG_NOSIGNAL when applicableRémi Denis-Courmont2014-08-254-4/+8
* lavf: add AVFormatContext.max_ts_probeAnton Khirnov2014-08-254-1/+9
* ogg: Use separate classes for the aliasesLuca Barbato2014-08-231-9/+13
* os_support: Undefine lseek/stat/fstat before defining themDiego Biurrun2014-08-221-0/+3
* ogg: Provide aliases for Speex, Opus and audio-only oggLuca Barbato2014-08-223-2/+56
* electronicarts: set the framerate for TGQ/TQIAnton Khirnov2014-08-221-0/+2
* electronicarts: read the framerate for MADAnton Khirnov2014-08-221-0/+2
* electronicarts: do not fail on zero-sized chunksAnton Khirnov2014-08-221-1/+10
* adts: Return more meaningful error codesNidhi Makhijani2014-08-211-8/+8
* mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun2014-08-193-5/+4
* mxf: Support AACLuca Barbato2014-08-172-1/+7
* mxf: Add the UL for the MPEG2VideoDescriptorLuca Barbato2014-08-171-0/+1
* mxf: Add UID print helpersLuca Barbato2014-08-172-0/+15
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-159-12/+12
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-1510-24/+24
* http: Reduce scope of a variable in parse_content_encoding()Diego Biurrun2014-08-151-2/+2
* a64: Return correct error code on invalid data streamNidhi Makhijani2014-08-141-2/+2
* mpegts: Do not try to write a PMT larger than SECTION_SIZELuca Barbato2014-08-131-1/+23
* lavf: eliminate ff_get_audio_frame_size()Anton Khirnov2014-08-132-24/+1
* http: Fix authentication, broken since 6a463e7fbMartin Storsjö2014-08-131-3/+3
* ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-139-11/+32
* mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metada...Andrew Stone2014-08-131-0/+6
* nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED when...Andrew Stone2014-08-131-2/+11
* flvdec: update AVFormatContext.event_flags with METADATA_UPDATED whenever met...Andrew Stone2014-08-131-0/+1
* Expose metadata found in onCuePoint events in .flv files.Andrew Stone2014-08-131-40/+42