495 Commits (e187d87d7d1118bf6e592ad09320694c027bd0f8)

Author SHA1 Message Date
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
Baptiste Coudurier c5577c403f rename last_frame_offset to next_frame_offset, due to r13615 17 years ago
Michael Niedermayer 5e5c908691 redundant check-- 17 years ago
Michael Niedermayer 406a0fdcab Do not use the pts/dts calculation code which needs a parser, when no parser 17 years ago
Aurelien Jacobs c2c3dedf6e compute the end of all chapters when end is not specified in the container 17 years ago
Aurelien Jacobs ebea1d7668 cosmetics: indentation 17 years ago
Aurelien Jacobs 570745cc51 remove useless title check 17 years ago
Michael Niedermayer abd2256dbe Pass time_base as argument to new_chapter() as well. 17 years ago
Michael Niedermayer b18a4ab2ae Warn user about invalid timestamps. 17 years ago
Michael Niedermayer 5c37f43a0d Make ff_new_chapter() return AVChapter instead of int so its consistant with 17 years ago
Michael Niedermayer 7c8202cc92 s/num_chapters/nb_chapters/ all other similar variables are called nb_*. 17 years ago
Michael Niedermayer 747fb6c60c vertical align 17 years ago
Michael Niedermayer 42720ee4d0 indent 17 years ago
Michael Niedermayer 0dac708e2d remove useless title check 17 years ago
Michael Niedermayer 6b43e2c7d3 indent 17 years ago
Michael Niedermayer 7a2a3e8e40 Add id to AVChapter, untested (where do i find matroska files with chapters?). 17 years ago
Aurelien Jacobs 842ffee386 cosmetics: indentation 17 years ago
Aurelien Jacobs 1ba056b689 allows adding chapters with NULL title 17 years ago
Anton Khirnov 79d7836a5e add support for chapters definition in lavf 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago