summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f'James Almer2017-10-302-19/+22
|\
| * aac: Split function to parse ADTS header data into public and private partDiego Biurrun2017-05-022-19/+22
* | Merge commit '831018b0bbe26a603802a9022472f714a59293be'James Almer2017-10-302-2/+2
|\ \ | |/
| * mpeg4audio: Make avpriv_copy_pce_data() inlineAnton Khirnov2017-04-282-2/+2
| * dump: use av_spherical_projection_name() to print spherical projection namesJames Almer2017-04-271-10/+1
| * matroskaenc: don't warn about unknown spherical metadata when there isn't anyJames Almer2017-04-261-3/+1
| * Add ClearVideo decoderKostya Shishkov2017-04-252-0/+3
| * mm: Skip unexpected audio packetsLuca Barbato2017-04-201-0/+6
* | libavformat/mov.c: use calculated dts offset when seeking in streamsJonas Licht2017-10-301-2/+4
* | movenc: add m4b to ipod format extensionsLukas Stabe2017-10-301-1/+1
* | lavf/aviobuf: return EINVAL when reading from a write-only context.Nicolas George2017-10-291-1/+1
* | lavf/avio: temporarily accept 0 as EOF.Nicolas George2017-10-293-9/+26
* | dashenc: copy stream frame rate to output streamPeter Große2017-10-291-0/+1
* | dashenc: Don't output frameRates at both AS and Representation-level. Only ou...Anton Schubert2017-10-291-2/+2
* | dashenc: allow AdaptationSets to have different average frame ratesPeter Große2017-10-291-10/+9
* | dashenc: don't write header data before the first packet arrivesPeter Große2017-10-291-1/+1
* | dashenc: set DASH related options for the subsequent matroska muxer when usin...Peter Große2017-10-291-0/+3
* | dashenc: fix bitrate estimation with correct scalingAnton Schubert2017-10-291-1/+2
* | lavf/rtpenc: Add support for 24 bit pcm encoding as defined by RFC 3190.Carl Eugen Hoyos2017-10-293-1/+10
* | avformat/avformat.h: fix pairs typoJames Almer2017-10-291-2/+2
* | avformat: deprecate getters and setters for AVFormatContext and AVStream fieldsJames Almer2017-10-293-1/+36
* | avformat: move public AVStream fields up in the structJames Almer2017-10-291-37/+28
* | avformat/hlsenc: reindent hlsenc codeSteven Liu2017-10-291-10/+10
* | avformat/hlsenc: fix missing first segment bug in fmp4 modeSteven Liu2017-10-291-4/+2
* | avformat/hlsenc: fix base_output_dirname is null when basename_size is 0 bugSteven Liu2017-10-291-5/+11
* | avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flagJames Almer2017-10-293-4/+2
* | Merge commit '279e3aaa14daba6b7a37d75f3fb6e29c732d123f'James Almer2017-10-281-0/+6
|\ \ | |/
| * flv: Validate the packet sizeLuca Barbato2017-04-201-0/+6
| * utvideodec: Support ULY4 and ULH4Paul B Mahol2017-04-151-0/+2
| * utvideodec: Support UQRA and UQRGPaul B Mahol2017-04-151-0/+2
| * utvideodec: Support UQY2Paul B Mahol2017-04-131-0/+1
* | avformat/ac3dec: Check buf2 before adding 16 in ac3_eac3_probe()Michael Niedermayer2017-10-281-1/+4
* | lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.Sasi Inguva2017-10-281-1/+20
* | dashenc: move UTCTiming element to the end of the manifestPeter Große2017-10-281-2/+4
* | dashenc: use av_dict_set_int instead of static functionPeter Große2017-10-281-10/+2
* | Merge commit '9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d'James Almer2017-10-281-6/+1
|\ \ | |/
| * avformat: Free the internal codec context at the endLuca Barbato2017-04-131-5/+1
| * Add FM Screen Capture Codec decoderPaul B Mahol2017-04-131-0/+1
* | Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'James Almer2017-10-272-22/+29
|\ \ | |/
| * ac3_parser: add a public function for parsing the data required by the demuxerAnton Khirnov2017-04-121-8/+11
| * matroska: Read only the data written in the scratch bufferLuca Barbato2017-04-101-2/+2
* | 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
OpenPOWER on IntegriCloud