23620 Commits (f990f6e3f786924e8350a647882c1f8dc48da547)
 

Author SHA1 Message Date
Daniel Verkamp 4a0cf686f8 patcheck: Escape parentheses in grep calls 15 years ago
Aurelien Jacobs 972ffe6220 rename av_read_frame_flush to ff_read_frame_flush 15 years ago
Aurelien Jacobs 588af13fee rename av_program_add_stream_index to ff_program_add_stream_index 15 years ago
Baptiste Coudurier 48b2ef95b3 mpegts muxer now needs mpeg4audio code like adts muxer 15 years ago
Greg Maxwell fbe8c56dfe Correctly write last 0 lacing value when packet size is multiple of 255, patch by Greg Maxwell, gmaxwell at gmail dot com 15 years ago
Måns Rullgård 404793f4ac H264: fix signed overflow in constant multiplication 15 years ago
Michael Niedermayer 493f54ada0 Add AVSEEK_FORCE flag to indicate that the code should attempt to seek 15 years ago
Michael Niedermayer 53f66cee0c Add ff_ prefix for mpeg2_dc_scale_table. 15 years ago
Aurelien Jacobs 6dfa52c8bd matroskadec: fix missing dependency 15 years ago
Michael Niedermayer 6506c3d2b2 Support intra_dc_precision>8 in jpeg 15 years ago
Michael Niedermayer 802323508c Allow mpeg style yuv in jpeg when strict standard compliance is small enough. 15 years ago
Måns Rullgård 2fad097788 Add FATE tests 15 years ago
Jai Menon f75ab7a645 cosmetics : Print newline after error message. 15 years ago
Michael Niedermayer bd57cae86f use mpeg2 quantization bias for mjpeg. 15 years ago
Martin Storsjö db128802c5 Reindent 15 years ago
Martin Storsjö ad2ae6dbaf Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_packet. 15 years ago
Martin Storsjö ec55edba31 Make rtsp_skip_packet non-static, add ff prefix 15 years ago
Martin Storsjö c040badb70 Reindent 15 years ago
Martin Storsjö c07c6f8183 RTSP: Synchronize the start time of the chained RTP muxers 15 years ago
Benoit Fouet 4a287145c2 Remove avcodec_thread_execute from avcodec.h, and make static functions that 15 years ago
Martin Storsjö b1d55e5e4f Use AVFormatContext.start_time_realtime in the RTP muxer 15 years ago
Martin Storsjö 2dad0dcec6 Move the NTP offset definitions to internal.h 15 years ago
Martin Storsjö a5b3d34b5b Add APIchanges entry for AVFormatContext.start_time_realtime 15 years ago
Martin Storsjö b8819c85b5 Add a new field AVFormatContext.start_time_realtime 15 years ago
Anton Khirnov 63100f5885 riff: don't pad extradata when writing ASF. 15 years ago
Martin Storsjö 0298cc04bd Add dependencies used by the RDT and ASF/RTP code 15 years ago
Alexander Strange d55065a29f ffmpeg: Combine variable declaration and definition 15 years ago
Alexander Strange 47b229dbab ffmpeg: Factor out redundant sync_ipts calculation 15 years ago
Aurelien Jacobs e536ccd653 matroskadec: use more appropriate error code 15 years ago
Aurelien Jacobs e4a9e3cc7c move ff_url_split() and ff_url_join() declarations to internal.h 15 years ago
Carl Eugen Hoyos 66b50bc0b2 Cosmetics: Fix a comment. 15 years ago
Micah F. Galizia eadd495d06 Move the probe loop from av_open_input_file() into its own method 15 years ago
Måns Rullgård 1e470fadcb DWT: x86 init should depend on HAVE_MMX 15 years ago
Måns Rullgård 6d2877f47e error.h: test EDOM instead of EINVAL 15 years ago
Måns Rullgård e4836e3c07 Add missing includes to libavutil/error.h 15 years ago
Stefano Sabatini 73ddbd9d0e Change the definition of AVERROR_NUMEXPECTED at the next libavutil 15 years ago
Reimar Döffinger c26bce1070 Allow hard-coding of the 32kB cubic-root table for AAC. 15 years ago
Måns Rullgård 7732f641ff Fix brief make output for generated tables 15 years ago
Reimar Döffinger 062777b343 Allow hard-coding several QDM2 tables (about 32 kB size). 15 years ago
Reimar Döffinger 108d262c56 Add some more table-printing functions needed for future patches. 15 years ago
Måns Rullgård 33996217ca Add ff_ prefix to dwt functions 15 years ago
Måns Rullgård 05aec7bb87 Separate DWT from snow and dsputil 15 years ago
Reimar Döffinger 28eb577390 Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in 15 years ago
Michael Niedermayer 686c781766 Make sure all mvs of a mb are set in the error concealment code. 15 years ago
Stefano Sabatini c6a7b97c8e Mark AVERROR_ENOENT for deletion at the next libavutil major bump. 15 years ago
Stefano Sabatini 9b359f517e Lexically sort the error code definitions. 15 years ago
Michael Niedermayer bb4fcfa395 Ensure that the deblock filter accesses the correct MVs for h264. 15 years ago
Alex Converse b3e5931d18 aacsbr: DSPUtilize analysis input scaling. 15 years ago
Alex Converse f8a93a2036 aac: Don't bias output during the IMDCT if SBR will be used. 15 years ago
Stefano Sabatini 7c074320ba Mark AVERROR_ENOMEM to be deleted at the next major bump. 15 years ago