10411 Commits (4326bc364b58e97fc3d89417054a6b7610179a00)

Author SHA1 Message Date
Gilles Chanteperdrix 5e5583efe4 libavformat: add AC3 RTP depacketization (RFC 4184) 10 years ago
Gilles Chanteperdrix 4438d1c6ed rtsp: parse lang attribute in SDP 10 years ago
Gilles Chanteperdrix 1ec28a66f2 rtpdec: fix issue with conversion from unsigned to signed 10 years ago
Martin Storsjö ff394ca087 rtpdec_h264: Add a missing closing paren in a log message 10 years ago
Thomas Volkert cbdd1806ea rtpdec_hevc: Implement parsing of aggregated packets 10 years ago
Martin Storsjö b878ba03e7 rtpdec_hevc: Initialize variables to silence false positive compiler warnings 10 years ago
Martin Storsjö 10e2d8b556 rtpdec_hevc: Use a shared function for parsing parameter sets 10 years ago
Martin Storsjö 0de0751084 rtpdec_h264: Make reusable functions non-static 10 years ago
Martin Storsjö 16163e6bf2 rtpdec_h264: Fix nal type counting after refactoring 10 years ago
Martin Storsjö a3cc519d1f rtpdec_h264: Prepare h264_handle_packet_stap_a for sharing with hevc 10 years ago
Martin Storsjö 48183b3ad4 rtpdec_h264: Generalize parse_sprop_parameter_sets 10 years ago
Hendrik Leppkes 3fe26bb608 hlsenc: write playlist into a temp file and replace the original atomically 10 years ago
Hendrik Leppkes ff48ae94f9 hlsenc: remove the AVIOContext for the playlist from the muxer context 10 years ago
Martin Storsjö 46ad9ac964 rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_a 10 years ago
Martin Storsjö a335ed7671 rtpdec_h264: Remove an unnecessary check 10 years ago
Martin Storsjö 176903ce83 rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_a 10 years ago
Martin Storsjö bb8c6ac840 rtpdec_h264: Make a parameter pointer const 10 years ago
Martin Storsjö 7650caf013 rtpdec_h264: Use av_realloc instead of av_malloc+mempcy 10 years ago
Martin Storsjö 8bdbf49c6f rtpdec_h264: Include the right header for AV_RB16 10 years ago
Martin Storsjö ba2e07909b rtpdec_vp8: Set the keyframe flag 10 years ago
Oleksij Rempel 062cd5a975 lavf: Add DSS demuxer 10 years ago
Vittorio Giovara 195942ed9b riff: Support QT RLE Animation in avi ('rle ' FourCC) 10 years ago
Vittorio Giovara c78dc12118 riff: Support ProRes in avi (APCH fourcc) 10 years ago
Hugo Beauzée-Luyssen 3035d21b5a nutdec: Check memory allocations 10 years ago
Hugo Beauzée-Luyssen a876585215 movenc: Check memory allocations 10 years ago
Hugo Beauzée-Luyssen da7e31a240 rmdec: Check memory allocations from ff_rm_alloc_rmstream() 10 years ago
Vittorio Giovara bb7701684c lavf: Document the codec context initialization 10 years ago
Vittorio Giovara 5dc47a2bd5 matroskaenc: Validate chapter start and end times 10 years ago
Yusuke Nakamura 4abfa387b8 mov: Change DTS-based seek into CTS-based seek. 10 years ago
Luca Barbato e1a57cbb1c ape: Use the proper variable type 10 years ago
Federico Tomassetti b4cda0a999 ogg: check memory allocations 10 years ago
Luca Barbato 53367b34e1 rtp: h264: Drop the asserts 10 years ago
Luca Barbato 3b33dfb23c rtp: h264: Move FU-A NAL parsing to a function 10 years ago
Luca Barbato f0a8747996 rtp: h264: Move STAP-A NAL parsing to a function 10 years ago
Luca Barbato a9a0b8d6c1 rtp: h264: Move parse_sprop_parameter_sets parsing to a function 10 years ago
Luca Barbato b8df0b71c5 rtp: h264: Move profile_level_id parsing to a function 10 years ago
Diego Biurrun 36cf8eb448 mov: Fix compilation with DEBUG enabled 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
Anton Khirnov 1509c018bd mpegts: relax restrictions on matching the packet start in read_header 10 years ago
wm4 6a5b8ca432 lavf: remove unused code 10 years ago
Luca Barbato e352520e3e oma: Report a timestamp 10 years ago
Luca Barbato 898276c16b r3d: Fix pos type 10 years ago
Vittorio Giovara ec524ed12a tta: Fix framepos and start_offset types 10 years ago
Carl Eugen Hoyos 67e9f3907d isom: Decode Prores 4444 XQ with the existing Prores decoder 10 years ago
Hendrik Leppkes e3528d2a7b mov: Implement parsing of the "HandlerName" from the MP4 HDLR atom 10 years ago
Diego Biurrun 27b99d929f siff: Return more meaningful error values 10 years ago
Diego Biurrun 75439bb31b siff: K&R formatting cosmetics 10 years ago
Luca Barbato f726fc21ef ogg: Provide an option to offset the serial number 10 years ago
Vittorio Giovara 08fa34bf75 yuv4mpegdec: initialize field_order in yuv4_read_header() 10 years ago