summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* | Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f'James Almer2017-10-30
|\|
| * aac: Split function to parse ADTS header data into public and private partDiego Biurrun2017-05-02
* | Merge commit '831018b0bbe26a603802a9022472f714a59293be'James Almer2017-10-30
|\|
| * mpeg4audio: Make avpriv_copy_pce_data() inlineAnton Khirnov2017-04-28
| * dump: use av_spherical_projection_name() to print spherical projection namesJames Almer2017-04-27
| * matroskaenc: don't warn about unknown spherical metadata when there isn't anyJames Almer2017-04-26
| * Add ClearVideo decoderKostya Shishkov2017-04-25
| * mm: Skip unexpected audio packetsLuca Barbato2017-04-20
* | libavformat/mov.c: use calculated dts offset when seeking in streamsJonas Licht2017-10-30
* | movenc: add m4b to ipod format extensionsLukas Stabe2017-10-30
* | lavf/aviobuf: return EINVAL when reading from a write-only context.Nicolas George2017-10-29
* | lavf/avio: temporarily accept 0 as EOF.Nicolas George2017-10-29
* | dashenc: copy stream frame rate to output streamPeter Große2017-10-29
* | dashenc: Don't output frameRates at both AS and Representation-level. Only ou...Anton Schubert2017-10-29
* | dashenc: allow AdaptationSets to have different average frame ratesPeter Große2017-10-29
* | dashenc: don't write header data before the first packet arrivesPeter Große2017-10-29
* | dashenc: set DASH related options for the subsequent matroska muxer when usin...Peter Große2017-10-29
* | dashenc: fix bitrate estimation with correct scalingAnton Schubert2017-10-29
* | lavf/rtpenc: Add support for 24 bit pcm encoding as defined by RFC 3190.Carl Eugen Hoyos2017-10-29
* | avformat/avformat.h: fix pairs typoJames Almer2017-10-29
* | avformat: deprecate getters and setters for AVFormatContext and AVStream fieldsJames Almer2017-10-29
* | avformat: move public AVStream fields up in the structJames Almer2017-10-29
* | avformat/hlsenc: reindent hlsenc codeSteven Liu2017-10-29
* | avformat/hlsenc: fix missing first segment bug in fmp4 modeSteven Liu2017-10-29
* | avformat/hlsenc: fix base_output_dirname is null when basename_size is 0 bugSteven Liu2017-10-29
* | avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flagJames Almer2017-10-29
* | Merge commit '279e3aaa14daba6b7a37d75f3fb6e29c732d123f'James Almer2017-10-28
|\|
| * flv: Validate the packet sizeLuca Barbato2017-04-20
| * utvideodec: Support ULY4 and ULH4Paul B Mahol2017-04-15
| * utvideodec: Support UQRA and UQRGPaul B Mahol2017-04-15
| * utvideodec: Support UQY2Paul B Mahol2017-04-13
* | avformat/ac3dec: Check buf2 before adding 16 in ac3_eac3_probe()Michael Niedermayer2017-10-28
* | lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.Sasi Inguva2017-10-28
* | dashenc: move UTCTiming element to the end of the manifestPeter Große2017-10-28
* | dashenc: use av_dict_set_int instead of static functionPeter Große2017-10-28
* | Merge commit '9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d'James Almer2017-10-28
|\|
| * avformat: Free the internal codec context at the endLuca Barbato2017-04-13
| * Add FM Screen Capture Codec decoderPaul B Mahol2017-04-13
* | Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'James Almer2017-10-27
|\|
| * ac3_parser: add a public function for parsing the data required by the demuxerAnton Khirnov2017-04-12
| * matroska: Read only the data written in the scratch bufferLuca Barbato2017-04-10
* | flvdec: Check the avio_seek return value after reading a metadata packetMartin Storsjö2017-10-27
* | Revert "flvdec: Check the avio_seek return value after reading a metadata pa...Steven Liu2017-10-27
* | lavf: Remove AVFMT_RAWPICTURE.Carl Eugen Hoyos2017-10-26
* | Merge commit '604fbb3132e88727e496c96c92cfe02748c25a1a'James Almer2017-10-26
|\|
| * mov: Move code shared with CAF to a separate fileDiego Biurrun2017-04-03
| * takdec: Use ISO C printf conversion specifiers where appropriateDiego Biurrun2017-03-31
| * nsvdec: don't ignore the return value of av_get_packet()Sean McGovern2017-03-26
| * rtmpproto: send swfverify value as swfurl if latter is unusedRicardo Constantino2017-03-26
| * spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-23