7888 Commits (6c0f5172f6735c0b185721ff0f456f53ef7ac677)

Author SHA1 Message Date
ami_stuff 799a87d749 avidec: Ignore unknown stream types 14 years ago
Ronald S. Bultje dbafb0e06f lavf: prevent crash in av_open_input_file() if ap == NULL. 14 years ago
Anton Khirnov 84bd2b4bf5 lavf: add a forgotten NULL check in convert_format_parameters(). 14 years ago
Carl Eugen Hoyos 369c68c4e1 Support DTS in mp4/mov. 14 years ago
Anton Khirnov 7c44d716e7 Add minor bumps and APIChanges entries for lavf private options. 14 years ago
Anton Khirnov 25de5958c8 lavf: add avformat_write_header() as a replacement for av_write_header(). 14 years ago
Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 14 years ago
Anton Khirnov 05e84c95c7 lavf: add avformat_open_input() as a replacement for av_open_input_* 14 years ago
Kirill Zorin 6ec2fd5f77 mmsh: fix 400 bad request 14 years ago
Diego Biurrun 1d076f46a0 rtpenc_latm: Consistently use "Libav" in license boilerplate. 14 years ago
Martin Storsjö d840733937 rtsp: Don't pass string pointer as format string to ff_url_join 14 years ago
Kirill Zorin 6095388812 mmsh: fixed printf injection bug in mmsh request 14 years ago
Kirill Zorin a0bafaabb0 mmsh: fixed printf injection bug in mmsh request 14 years ago
Reimar Döffinger 7f2228dbfe Make buffer size check consistent and avoid a possible overflow. 14 years ago
Reimar Döffinger c940c31c88 Fix spelling. 14 years ago
Luca Abeni e7c7b2d878 Full support for sending H.264 in RTP 14 years ago
Andrew Wason 4f4d1358ae Support reading chan atoms with empty channel descriptions. 14 years ago
Aurelien Jacobs fdb5e02901 matroskadec: properly decode color space in an endian neutral way 14 years ago
Aurelien Jacobs 5fec3a2539 matroskadec: use a temporary fourcc variable 14 years ago
Aurelien Jacobs f440f74205 matroskaenc: ensure the written colorspace don't depend on host endianness 14 years ago
Diego Biurrun 35bdaf3d42 utils: Drop pointless '#if 1' preprocessor directive. 14 years ago
Carl Eugen Hoyos 8d0786ec6d wav: remove an invalid free(). 14 years ago
Michael Niedermayer a8fd2f4e02 lavf: initialise reference_dts in av_estimate_timings_from_pts. 14 years ago
Peter Ross a31d4b3a99 img2: add .dpx to the list of supported file extensions. 14 years ago
Aurelien Jacobs e6ba3d4281 replace remaining usage of deprecated av_metadata_set2() by av_dict_set() 14 years ago
Aurelien Jacobs 7ebaa967a2 matroskaenc: write colourspace element for rawvideo tracks 14 years ago
Aurelien Jacobs eb8de45c3c nsv: simplify probe function 14 years ago
Aurelien Jacobs 223694b404 nsv: return error code instead of discarding it in read_header() 14 years ago
Dave Badia d3cef0a85b Extract rotation in MOV metadata 14 years ago
Diego Biurrun 919d7a345a Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. 14 years ago
Kieran Kunhya f74e5b76b1 adts: Adjust frame size mask to follow the specification. 14 years ago
Stefano Sabatini ace0a5e236 lavf: bump minor after the addition of fps_probe_size to AVFormatContext 14 years ago
Martin Storsjö d16cccac98 movenc: Add RTP muxer/hinter options 14 years ago
Martin Storsjö f3f82296a4 movenc: Pass the RTP AVFormatContext to the SDP generation 14 years ago
Martin Storsjö e2e29c6247 rtspenc: Add RTP muxer options 14 years ago
Martin Storsjö 6cf09bb7ef rtspenc: Add an AVClass for setting muxer specific options 14 years ago
Martin Storsjö ff0824f72c rtpenc_chain: Pass the rtpflags options through to the chained muxer 14 years ago
Martin Storsjö 635fac9af1 rtpenc: Declare the rtp flags private AVOptions in rtpenc.h 14 years ago
Martin Storsjö 9c434ce826 sdp: Reindent after the previous commit 14 years ago
Juan Carlos Rodriguez 0832122880 rtpenc: MP4A-LATM payload support 14 years ago
Martin Storsjö 0558e266a2 sdp: Allow passing an AVFormatContext to the SDP generation 14 years ago
Yusuke Nakamura f33a6a22b4 mov: Fix wrong timestamp generation for fragmented movies that have time offset caused by the first edit list entry. 14 years ago
Stefano Sabatini 996bbdbf1f lavf: make compute_pkt_fields2() return meaningful error values 14 years ago
Reimar Döffinger 4654420410 matroskadec: set timestamps for RealAudio packets. 14 years ago
Alex Converse 85e9e3a9fa movdec: Add support for the 'wfex' atom. 14 years ago
Alex Converse ed8a50068c riff: Fix potential memleak. 14 years ago
Etienne Buira c8d0d8bc76 crypto: Use av_freep instead of av_free 14 years ago
Michael Niedermayer c1ad93c08c Revert "crypto: fix potential double free" 14 years ago
Etienne Buira a71bcd1a7f crypto: Use av_freep instead of av_free 14 years ago
Baptiste Coudurier be20528ced aac: fix adts frame size mask, fix demuxer probing for some files. 14 years ago