summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* libavformat: add robust MPEG audio depacketization (RFC 5219)Gilles Chanteperdrix2015-02-21
* libavformat: add AC3 RTP depacketization (RFC 4184)Gilles Chanteperdrix2015-02-21
* rtsp: parse lang attribute in SDPGilles Chanteperdrix2015-02-21
* rtpdec: fix issue with conversion from unsigned to signedGilles Chanteperdrix2015-02-21
* rtpdec_h264: Add a missing closing paren in a log messageMartin Storsjö2015-02-21
* rtpdec_hevc: Implement parsing of aggregated packetsThomas Volkert2015-02-21
* rtpdec_hevc: Initialize variables to silence false positive compiler warningsMartin Storsjö2015-02-21
* rtpdec_hevc: Use a shared function for parsing parameter setsMartin Storsjö2015-02-21
* rtpdec_h264: Make reusable functions non-staticMartin Storsjö2015-02-21
* rtpdec_h264: Fix nal type counting after refactoringMartin Storsjö2015-02-21
* rtpdec_h264: Prepare h264_handle_packet_stap_a for sharing with hevcMartin Storsjö2015-02-21
* rtpdec_h264: Generalize parse_sprop_parameter_setsMartin Storsjö2015-02-21
* hlsenc: write playlist into a temp file and replace the original atomicallyHendrik Leppkes2015-02-20
* hlsenc: remove the AVIOContext for the playlist from the muxer contextHendrik Leppkes2015-02-20
* rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_aMartin Storsjö2015-02-20
* rtpdec_h264: Remove an unnecessary checkMartin Storsjö2015-02-20
* rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_aMartin Storsjö2015-02-20
* rtpdec_h264: Make a parameter pointer constMartin Storsjö2015-02-20
* rtpdec_h264: Use av_realloc instead of av_malloc+mempcyMartin Storsjö2015-02-20
* rtpdec_h264: Include the right header for AV_RB16Martin Storsjö2015-02-20
* rtpdec_vp8: Set the keyframe flagMartin Storsjö2015-02-20
* lavf: Add DSS demuxerOleksij Rempel2015-02-19
* riff: Support QT RLE Animation in avi ('rle ' FourCC)Vittorio Giovara2015-02-17
* riff: Support ProRes in avi (APCH fourcc)Vittorio Giovara2015-02-17
* nutdec: Check memory allocationsHugo Beauzée-Luyssen2015-02-17
* movenc: Check memory allocationsHugo Beauzée-Luyssen2015-02-17
* rmdec: Check memory allocations from ff_rm_alloc_rmstream()Hugo Beauzée-Luyssen2015-02-17
* lavf: Document the codec context initializationVittorio Giovara2015-02-17
* matroskaenc: Validate chapter start and end timesVittorio Giovara2015-02-17
* mov: Change DTS-based seek into CTS-based seek.Yusuke Nakamura2015-02-15
* ape: Use the proper variable typeLuca Barbato2015-02-15
* ogg: check memory allocationsFederico Tomassetti2015-02-15
* rtp: h264: Drop the assertsLuca Barbato2015-02-15
* rtp: h264: Move FU-A NAL parsing to a functionLuca Barbato2015-02-15
* rtp: h264: Move STAP-A NAL parsing to a functionLuca Barbato2015-02-15
* rtp: h264: Move parse_sprop_parameter_sets parsing to a functionLuca Barbato2015-02-15
* rtp: h264: Move profile_level_id parsing to a functionLuca Barbato2015-02-15
* mov: Fix compilation with DEBUG enabledDiego Biurrun2015-02-14
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* lavf: move internal fields from public to internal contextwm42015-02-10
* mpegts: relax restrictions on matching the packet start in read_headerAnton Khirnov2015-02-10
* lavf: remove unused codewm42015-02-08
* oma: Report a timestampLuca Barbato2015-02-07
* r3d: Fix pos typeLuca Barbato2015-02-03
* tta: Fix framepos and start_offset typesVittorio Giovara2015-02-03
* isom: Decode Prores 4444 XQ with the existing Prores decoderCarl Eugen Hoyos2015-02-03
* mov: Implement parsing of the "HandlerName" from the MP4 HDLR atomHendrik Leppkes2015-02-03
* siff: Return more meaningful error valuesDiego Biurrun2015-02-03
* siff: K&R formatting cosmeticsDiego Biurrun2015-02-03
* ogg: Provide an option to offset the serial numberLuca Barbato2015-02-01