summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* flvdec: Check the avio_seek return value after reading a metadata packetMartin Storsjö2017-10-271-1/+7
* Revert "flvdec: Check the avio_seek return value after reading a metadata pa...Steven Liu2017-10-271-7/+1
* lavf: Remove AVFMT_RAWPICTURE.Carl Eugen Hoyos2017-10-262-7/+0
* Merge commit '604fbb3132e88727e496c96c92cfe02748c25a1a'James Almer2017-10-264-40/+59
|\
| * mov: Move code shared with CAF to a separate fileDiego Biurrun2017-04-034-40/+59
| * takdec: Use ISO C printf conversion specifiers where appropriateDiego Biurrun2017-03-311-1/+1
| * nsvdec: don't ignore the return value of av_get_packet()Sean McGovern2017-03-261-2/+5
| * rtmpproto: send swfverify value as swfurl if latter is unusedRicardo Constantino2017-03-261-2/+5
| * spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-233-8/+7
* | avformat/yuv4mpeg: add gray9/10/12 supportMateusz2017-10-262-3/+26
* | avformat/wavenc: skip writing incorrect peak-of-peaks position valueTobias Rapp2017-10-262-11/+2
* | avcodec/exif: remove GetByteContext usage from avpriv_exif_decode_ifd()James Almer2017-10-261-2/+2
* | avcodec/tak: remove GetBitContext usage from avpriv_tak_parse_streaminfo()James Almer2017-10-261-2/+5
* | mov: fix decode of fragments that overlap in timeJohn Stebbins2017-10-232-225/+485
* | lavf/avio: Print the https warning also for missing tls protocol.Carl Eugen Hoyos2017-10-231-1/+1
* | avformat: remove dead av_stream_get_side_data() cruftJames Almer2017-10-223-13/+0
* | avformat: remove ABI portion of the side data merging APIJames Almer2017-10-223-33/+1
* | avformat: Drop deprecated feof() AVIO fuctionJames Almer2017-10-214-19/+0
* | Merge commit '63fe79a3368cc53e6faf7fa265a9a1a8bec46a88'James Almer2017-10-212-14/+0
|\ \ | |/
| * lavf: Drop deprecated hint to set muxer timebaseVittorio Giovara2017-03-232-14/+1
* | Merge commit '263358e0c9e7ffaa965fdbe986c8b18381d2b24a'James Almer2017-10-212-24/+0
|\ \ | |/
| * lavf: Drop deprecated AVFract type and related fieldVittorio Giovara2017-03-232-24/+0
* | Merge commit '5e71299758d3aa7c93c3cca618a8e048a9483794'James Almer2017-10-212-12/+0
|\ \ | |/
| * lavf: Drop deprecated bitexact functionalityVittorio Giovara2017-03-232-10/+0
* | Merge commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5'James Almer2017-10-211-10/+10
|\ \ | |/
| * Bump major versions of all librariesVittorio Giovara2017-03-231-6/+6
| * flvdec: Set avg_frame_rate for video streamsCarl Eugen Hoyos2017-03-221-0/+9
| * rtsp: Move message parsing to a separate functionLuca Barbato2017-03-211-25/+32
* | Merge commit 'b864230c49089b087eef56988a3d6a784f6f9827'James Almer2017-10-213-43/+74
|\ \ | |/
| * rtmp: Move RTMP digest calculation to a separate fileDiego Biurrun2017-03-203-43/+74
* | Merge commit '827a05eaa9482e9ac2a17f7f2e42ead07c1d7574'James Almer2017-10-211-62/+63
|\ \ | |/
| * matroskaenc: add support for Spherical Video elementsJames Almer2017-03-152-1/+85
| * Add Cineform HD DecoderKieran Kunhya2017-03-091-0/+1
| * mkv: Export bounds and padding from spherical metadataVittorio Giovara2017-03-072-3/+54
* | avformat/mov: Set start_pad correctly in mov_fix_index()Dale Curtis2017-10-211-1/+1
* | libavformat: not treat 0 as EOFDaniel Kucera2017-10-195-17/+27
* | lavf/cafenc: Only allow mono and stereo for Opus.Carl Eugen Hoyos2017-10-171-0/+5
* | hevc: Improve stream constraint values in common headerMark Thompson2017-10-171-3/+3
* | Merge commit '251849f06ce36ce8dc076e0fca2922119fa7e39e'James Almer2017-10-171-3/+4
|\ \ | |/
| * mkv: Add support for Spherical Video elementsJames Almer2017-03-073-1/+84
| * mov: Export bounds and padding from spherical metadataVittorio Giovara2017-03-072-2/+27
| * spherical: Add tiled equirectangular type and projection-specific propertiesVittorio Giovara2017-03-071-2/+13
| * mov: Validate cubemap layoutVittorio Giovara2017-03-071-1/+7
* | lavf/cafenc: Allow muxing opus.Carl Eugen Hoyos2017-10-172-2/+3
* | Merge commit '0f8512c4a87b89b4694053d8ffda48066ee1da62'James Almer2017-10-171-4/+22
|\ \ | |/
| * mov: Validate spherical metadata versionVittorio Giovara2017-03-071-4/+22
* | Merge commit '236577230051ad61ec67fa2d68e817d54232d2a0'James Almer2017-10-171-2/+3
|\ \ | |/
| * mov: Ignore old spherical metadata when newer version is presentVittorio Giovara2017-03-071-2/+3
| * mov: Fix spherical metadata_source parsingAaron Colwell2017-03-071-2/+2
| * Add Apple Pixlet decoderPaul B Mahol2017-03-011-0/+2