414 Commits (79d5045d33db3abdf6d18e6ed650d3a7025e19ba)

Author SHA1 Message Date
Michael Niedermayer 74aa41bae4 Fix detection of MPEG4 in MPEG-PS. 16 years ago
Baptiste Coudurier ca9c5a4d37 make has_codec_parameters not returning true when sample_fmt is not set 16 years ago
Michael Niedermayer f0aaa16fdf Do not truncate timestamps before the muxer as it makes simple 16 years ago
Ronald S. Bultje 452d3edb37 Change implementation for ff_data_to_hex(), this is faster. See discussion on 16 years ago
Ronald S. Bultje f1c80e3578 Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and 16 years ago
Aurelien Jacobs d63f529df7 remove useless assignment (st is never read after this line) 16 years ago
Andreas Öman f1588ed525 When setting codec_id during codec probe we must also set codec_type. 16 years ago
Reimar Döffinger aecf157ed0 Mark several libavformat arrays const 16 years ago
Aurelien Jacobs c30a4489b4 export sample_aspect_ratio read by the demuxer in a separate field 16 years ago
Michael Niedermayer 3c9769a008 Do not fill the pts reordering buffer with guessed dts. 16 years ago
Aurelien Jacobs ea452b54f0 strcasecmp() requires #include <strings.h> 16 years ago
Baptiste Coudurier cb5b96cde0 Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY, 16 years ago
Stefano Sabatini 8163c870b0 Cosmetics: move at the beginning of the file the av_frac_* functions, avoid 17 years ago
Stefano Sabatini c97429e22b Implement avformat_version(). 17 years ago
Måns Rullgård 5c5b1731b7 Maintain pointer to end of AVFormatContext.packet_buffer list 17 years ago
Baptiste Coudurier aaec4e03e9 check url_fseek return value, update seek reg tests 17 years ago
Erik Hovland be390a4e2e Fix a mem leak in av_find_stream_info(). 17 years ago
Michael Niedermayer 744b4c02c2 Move the codec_id overriding at a slightly better place. 17 years ago
Michael Niedermayer 283c061936 Remove common factors from timebase in av_set_pts_info(). 17 years ago
Michael Niedermayer dd57251cb0 Remove old hackish codec probe system. 17 years ago
Michael Niedermayer 2a72e494c3 Use strcmp() instead of strncmp() in set_codec_from_probe_data(). 17 years ago
Michael Niedermayer 25d3fb7374 indent 17 years ago
Michael Niedermayer 942de2f4fa Only try to probe the codec when the available data has roughly doubled 17 years ago
Michael Niedermayer 312d24d5e9 Add mpegvideo and H.264 to the codec probe. 17 years ago
Michael Niedermayer 55823964dc indent 17 years ago
Michael Niedermayer 0bef08e516 New codec probing system try #1. 17 years ago
Michael Niedermayer 9d3b9f2cce Move add_to_pktbuf() before av_read_packet(). My future work on codec identification 17 years ago
Michael Niedermayer 64cd3108df Move set_codec_from_probe_data() up to where the other probe functions are. 17 years ago
Michael Niedermayer 3179da621a Pass AVPacketList instead of the whole context to add_to_pktbuf as that is 17 years ago
Michael Niedermayer cdb5af79e3 indent 17 years ago
Michael Niedermayer 7efeb73a5a 10000l for myself, my last change was incomplete. 17 years ago
Michael Niedermayer 6d77d9acf7 Set cur_dts to 0 only during creating new streams and not every time cur_dts happens 17 years ago
Ronald S. Bultje 1e2802c5cf Reindent after r14059, see "[PATCH] allow empty params for 17 years ago
Ronald S. Bultje e145ce2027 Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow 17 years ago
Baptiste Coudurier 150611474e give context to av_log 17 years ago
Michael Niedermayer 3041a4a13d Also print flags with FF_FDEBUG_TS. 17 years ago
Baptiste Coudurier f3b5a1a260 make av_find_stream_info find frame_size for aac too 17 years ago
Michael Niedermayer 4d35bf74f9 Make av_find_stream_info() find the frame_size for vorbis. 17 years ago
Michael Niedermayer 6e1aa0f383 Fill missing pts in during muxing when we know that they are equal to dts. 17 years ago
Michael Niedermayer c924ca78b6 We cannot calculate the duration of vorbis packets even if we do know the 17 years ago
Michael Niedermayer 796d200a77 Prevent duration calculation code from generating random durations for 17 years ago
Baptiste Coudurier ade8d8b939 uniformize AVStream->priv_data freeing in av_close_input_stream 17 years ago
Baptiste Coudurier ccafd47251 factorize read_header failure freeing code 17 years ago
Art Clarke 6919e54c00 Check if there is at least a stream before writing trailer. 17 years ago
Michael Niedermayer 45b2b05f8e Make timestamp debugging work nicer. 17 years ago
Ramiro Polla fc9c2d53c3 Merge declaration and initialization. 17 years ago
Aurelien Jacobs ca162a5004 Ensure the first audio stream is selected as the default stream 17 years ago
Michael Niedermayer 820ad60cd9 Make update_initial_durations() also work if a dts occured before a 17 years ago
Michael Niedermayer 5853423c3f Do not set pts in update_initial_durations() if stream has b frames. 17 years ago
Andreas Öman 1686cce6e6 Audio channels and sample rate must be set in order to skip 17 years ago