7648 Commits (aec8383348de1b7d38fc2b0c7a31a9da5c79ce0d)

Author SHA1 Message Date
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
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
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
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 a71bcd1a7f crypto: Use av_freep instead of av_free 14 years ago
Anton Khirnov dbaba52ed2 lavf: don't try to free private options if priv_data is NULL. 14 years ago
Diego Biurrun 5bd6ec6d59 options: Add missing braces around struct initializer. 14 years ago
Diego Biurrun b7847a3f2e mov: Remove leftover crufty debug statement with references to a local file. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Anton Khirnov d9f80ea2a7 Move metadata API from lavf to lavu. 14 years ago
Diego Biurrun ac4a854811 Remove some non-compiling debug messages. 14 years ago
Diego Biurrun 02a8d43adf Replace some av_log/printf + #ifdef combinations by av_dlog. 14 years ago
Diego Biurrun 1f6b9cc31d Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG. 14 years ago
Diego Biurrun d7cf5639e7 Replace some printf instances in debug code by av_log. 14 years ago
Diego Biurrun dc25d79f49 Drop unnecessary directory prefixes from #include directives. 14 years ago
Luca Barbato 0e28e9ca8f flvenc: propagate error properly 14 years ago
Anton Khirnov b2592ea42c lavf: deprecate AVFormatParameters.time_base. 14 years ago
Anton Khirnov abcedfac60 img2: add framerate private option. 14 years ago
Anton Khirnov a915bf64cc img2: add video_size private option. 14 years ago
Anton Khirnov f33e2a51d9 img2: add pixel_format private option. 14 years ago
Anton Khirnov c1dcbfddf9 tty: add framerate private option. 14 years ago
Anton Khirnov 367732832f lavf,lavc: free avoptions in a generic way. 14 years ago
Anton Khirnov 8346f60afb tty: factorise returning error codes. 14 years ago
Anton Khirnov e762b1ce95 rawdec: add framerate private option. 14 years ago
Diego Biurrun 8d459acc10 Add missing #includes to make headers self-contained. 14 years ago
Diego Biurrun 43b6c3eb18 mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro. 14 years ago
Mans Rullgard 5e1166b31b Mark some variables with av_unused 14 years ago
Anton Khirnov 1f94c31f69 rawdec: initialize return value to 0. 14 years ago
Anton Khirnov a606aa7570 rawdec: don't leak option strings. 14 years ago
Diego Biurrun f190f676bc Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
Diego Biurrun df96f22d8f Replace custom debug output functions by av_dlog(). 14 years ago
Diego Biurrun b751f61106 Remove stray extra arguments from av_dlog() invocations. 14 years ago