89 Commits (83f18410bdcf149b58fb669cda65b1cdcdebf695)

Author SHA1 Message Date
  Martin Storsjö fe208ca54b rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation units 11 years ago
  Martin Storsjö ff394ca087 rtpdec_h264: Add a missing closing paren in a log message 11 years ago
  Martin Storsjö 0de0751084 rtpdec_h264: Make reusable functions non-static 11 years ago
  Martin Storsjö 16163e6bf2 rtpdec_h264: Fix nal type counting after refactoring 11 years ago
  Martin Storsjö a3cc519d1f rtpdec_h264: Prepare h264_handle_packet_stap_a for sharing with hevc 11 years ago
  Martin Storsjö 48183b3ad4 rtpdec_h264: Generalize parse_sprop_parameter_sets 11 years ago
  Martin Storsjö 46ad9ac964 rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_a 11 years ago
  Martin Storsjö a335ed7671 rtpdec_h264: Remove an unnecessary check 11 years ago
  Martin Storsjö 176903ce83 rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_a 11 years ago
  Martin Storsjö bb8c6ac840 rtpdec_h264: Make a parameter pointer const 11 years ago
  Martin Storsjö 7650caf013 rtpdec_h264: Use av_realloc instead of av_malloc+mempcy 11 years ago
  Martin Storsjö 8bdbf49c6f rtpdec_h264: Include the right header for AV_RB16 11 years ago
  Kevin Wheatley 88868d81a5 avformat/rtpdec_h264: fix compile failure with -DDEBUG 11 years ago
  Luca Barbato 53367b34e1 rtp: h264: Drop the asserts 11 years ago
  Luca Barbato 3b33dfb23c rtp: h264: Move FU-A NAL parsing to a function 11 years ago
  Luca Barbato f0a8747996 rtp: h264: Move STAP-A NAL parsing to a function 11 years ago
  Luca Barbato a9a0b8d6c1 rtp: h264: Move parse_sprop_parameter_sets parsing to a function 11 years ago
  Luca Barbato b8df0b71c5 rtp: h264: Move profile_level_id parsing to a function 11 years ago
  Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 11 years ago
  Anton Khirnov 0307cc2253 rtpdec: pass an AVFormatContext to ff_parse_fmtp() 11 years ago
  Michael Niedermayer 9aba0a6f7b rtpdec_h264: Check the return value of functions doing allocations 12 years ago
  Michael Niedermayer c5f15f40b9 avformat/rtpdec_h264: fix null pointer dereferences 12 years ago
  Diego Biurrun 7abd35a1ff avformat: Add av_cold attributes to init functions missing them 13 years ago
  Martin Storsjö c6f1dc8e4c rtpdec: Move setting the parsing flags to the actual depacketizers 13 years ago
  Martin Storsjö 90c784cc13 rtpdec: Pass the sequence number to depacketizers 13 years ago
  Samuel Pitoiset 6af2480aa6 rtpdec_h264: Don't set the pixel format 13 years ago
  Martin Storsjö c864e461d2 rtpdec: Remove an unused include 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Mans Rullgard 4e5a514813 lavf: remove unnecessary inclusions of unistd.h 13 years ago
  Martin Storsjö 2ed503af9f rtpdec_h264: Add missing newlines to av_log calls 14 years ago
  Martin Storsjö b97d21e4d6 rtpdec_h264: Free old extradata before clearing the pointer 14 years ago
  Martin Storsjö 3c148703f6 rtpdec_h264: Reorder code blocks 14 years ago
  Martin Storsjö b368861747 rtpdec_h264: Make start_sequence a static const array 14 years ago
  Martin Storsjö 48666c2bd6 rtpdec_h264: Cleanup debug packet type counting 14 years ago
  Martin Storsjö 0b3ac9fe05 rtpdec_h264: Cosmetic cleanup 14 years ago
  Martin Storsjö f3d471f45f rtpdec_h264: Clean up comments 14 years ago
  Martin Storsjö dee48d095d rtpdec_h264: Convert commented out code into setting an unused variable 14 years ago
  Martin Storsjö 44f99fe0f5 rtpdec_h264: Remove a useless ifdef 14 years ago
  Martin Storsjö 8d43b8b8e8 rtpdec_h264: Remove outdated/useless/incorrect comments 14 years ago
  Martin Storsjö 5a571d3241 rtpdec_h264: Remove useless memory corruption checks 14 years ago
  Martin Storsjö b7b7354c33 rtpdec_h264: Return proper error codes 14 years ago
  Martin Storsjö 5245adb963 rtpdec_h264: Check the available data length before reading 14 years ago
  Ivan Kovtunov de26a4b699 rtpdec_h264: Add input size checks 14 years ago
  Martin Storsjö 456001486e rtsp: Don't expose the MS-RTSP RTX data stream to the caller 14 years ago
  Matthew Szatmary 7dfe8f5557 rtpdec: Use 4 byte startcodes for H.264 14 years ago
  Martin Storsjö 9261e6cf3f rtp: Rename the open/close functions to alloc/free 15 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 15 years ago
  Martin Storsjö 86042de8a5 rtpdec_h264: Pass NAL type 0 through 15 years ago
  Martin Storsjö 965a3ddb1f Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 15 years ago
  Luca Barbato dc6cf61e33 Handle av_base64_decode return value 15 years ago