summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* | avformat/yuv4mpeg: add gray9/10/12 supportMateusz2017-10-26
* | avformat/wavenc: skip writing incorrect peak-of-peaks position valueTobias Rapp2017-10-26
* | avcodec/exif: remove GetByteContext usage from avpriv_exif_decode_ifd()James Almer2017-10-26
* | avcodec/tak: remove GetBitContext usage from avpriv_tak_parse_streaminfo()James Almer2017-10-26
* | mov: fix decode of fragments that overlap in timeJohn Stebbins2017-10-23
* | lavf/avio: Print the https warning also for missing tls protocol.Carl Eugen Hoyos2017-10-23
* | avformat: remove dead av_stream_get_side_data() cruftJames Almer2017-10-22
* | avformat: remove ABI portion of the side data merging APIJames Almer2017-10-22
* | avformat: Drop deprecated feof() AVIO fuctionJames Almer2017-10-21
* | Merge commit '63fe79a3368cc53e6faf7fa265a9a1a8bec46a88'James Almer2017-10-21
|\|