14174 Commits (4fa91b88c6180957781036614fa94a6fc3b7046f)

Author SHA1 Message Date
  Michael Niedermayer ffbcb1c6f0 avformat/id3v2: Check avio_read() return value in read_chapter() 11 years ago
  Michael Niedermayer 460f8fca9c avformat/id3v2: factor free code to the end of read_chapter() 11 years ago
  Joakim Plate 6eda91ad54 mpegts: stop analyzing when pmt for all programs have been found 11 years ago
  Michael Niedermayer d600b18f22 avformat/utils: limit rfps to values larger than fps 11 years ago
  Michael Niedermayer 476aceaa22 vformat/id3v2: check avio_read for short reads in addition to errors 11 years ago
  Stefano Sabatini d37d4b6e40 lavf/mux: improve feedback in case of no streams in muxer 11 years ago
  Michael Niedermayer 4511531582 avformat/oggparsetheora: zero extradata padding area 11 years ago
  Michael Niedermayer 0e0f6bd4a5 avformat/id3v2: Check avio_read() return code in id3v2_parse() 11 years ago
  Alex Sukhanov cc0e2ba1aa Enable parser in FLV demuxer for H264 codec 11 years ago
  Michael Niedermayer f6cd447bf1 avformat/utils: treat flv like mov with timestamp discarding 11 years ago
  Michael Niedermayer 6f9be91063 avformat/iff: fix memleak of packet 11 years ago
  Michael Niedermayer 2b31a9c613 avformat/iff: shrink packets to the initialized data 11 years ago
  Michael Niedermayer 7a5d3a41fe avformat/mov: Check avio_read() return code in mov_read_extradata() and shrink the extradata if needed / return an error 11 years ago
  Michael Niedermayer 892562e921 avformat/ipmovie: Check OPCODE_CREATE_TIMER size 11 years ago
  Yu Xiaolei 20bc574b86 build fix: apetag.c depends on img2.c 11 years ago
  Michael Niedermayer 9aba0a6f7b rtpdec_h264: Check the return value of functions doing allocations 11 years ago
  Martin Storsjö 6451c8853a sdp: Check theora colorspace before producing the configuration string 11 years ago
  Michael Niedermayer 797f2a7913 hdsenc: Check the init_file() return code 11 years ago
  Michael Niedermayer b8ed15d637 hdsenc: Fix an off by one error in an array size check 11 years ago
  Michael Niedermayer 417927af3c hdsenc: Avoid integer overflow 11 years ago
  Stefano Sabatini 2cfe70ff3e lavf/movenc: return meaningful error code from mov_write_header() 11 years ago
  Stefano Sabatini 54c596fe7a lavf/movenc: improve feedback in case of unsupported codec 11 years ago
  Michael Niedermayer f5cf0ea93a avformat/asf: clear uninitialized areas of packets before returning them 11 years ago
  Michael Niedermayer 7d7a701362 avformat/ipmovie: Fix use of uninitialized memory in OPCODE_INIT_VIDEO_BUFFERS 11 years ago
  Michael Niedermayer 7439475e69 avformat/network: check ff_socket_nonblock() return and print a debug message 11 years ago
  Carl Eugen Hoyos fb5518cfb7 Force one stream in caf muxer. 11 years ago
  Michael Niedermayer 5d8e4f6da0 avformat/rtpenc: check av_packet_get_side_data() return, fix null ptr dereference 11 years ago
  Michael Niedermayer c5f15f40b9 avformat/rtpdec_h264: fix null pointer dereferences 11 years ago
  Michael Niedermayer db8a53d86a avformat/sdp: fix memleak on error 11 years ago
  Michael Niedermayer 3dbf9afe85 libavformat/hdsenc: check init_file() return code 11 years ago
  Michael Niedermayer d780fdb904 avformat/hlsenc: copy metadata 11 years ago
  James Almer c619e14c31 avformat/oggparseopus: Check opus_duration() return value 11 years ago
  Carl Eugen Hoyos 9fa75be96d mpegts: add HEVC registration descriptor 11 years ago
  Martin Lambers ae9d13f03e img2: add stereo 3d still picture file extensions 11 years ago
  Vittorio Giovara 46c0cbd5dc rtsp: suppress a incompatible pointer types warning 11 years ago
  Michael Niedermayer 551a679795 avformat/oggdec: reset end_trimming when it has been used, so it cannot be used twice by mistake 11 years ago
  Dale Curtis 9c0dd7b462 avformat/oggdec: reset end_trimming in ogg_reset() 11 years ago
  Rumin Sam 70e981cf5d rtspdec: Fix keep-alive request for ACTi cameras 11 years ago
  Anton Khirnov 281a40e18f lavf: remove an unneeded call to avcodec_get_frame_defaults(). 11 years ago
  Anton Khirnov eb891b3114 Replace all uses of avcodec_free_frame with av_frame_free(). 11 years ago
  Michael Niedermayer 81c1197494 avformat/utils: Check avcodec_open2() return code in av_find_stream_info() 11 years ago
  Michael Niedermayer 6722e564a8 avformat/hdsenc: fix off by 1 error in array size check 11 years ago
  Michael Niedermayer 572965c9a6 avformat/hdsenc: fix unintentional integer overflow in hds_write_packet() 11 years ago
  Michael Niedermayer 95d2fc6a76 avformat/hdsenc: Check rename() return value 11 years ago
  Michael Niedermayer 7441d1ec33 avformat/aviobuf: fix null dereference in avio_close_dyn_buf() 11 years ago
  Carl Eugen Hoyos 945a440d11 Force one stream for raw muxers. 11 years ago
  Michael Niedermayer 7f39352a1b avformat/oggparseopus: calculate pts/dts for initial packets after seeking 11 years ago
  Michael Niedermayer 39d11d599c avformat/oggparseopus: factor opus_duration() out 11 years ago
  Carl Eugen Hoyos 362383b743 Fix remuxing of IMA_QT in mov. 11 years ago
  Carl Eugen Hoyos c5a837658a Do not detect "00000000..." (and other non-changing values) as adp. 11 years ago