373 Commits (73cc419b271ac5af8c1aed36b5c0167c7016127a)

Author SHA1 Message Date
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
Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
Michael Niedermayer ceedda75ea minor memleak 17 years ago
Diego Biurrun d965c3e7bc Print duration with higher precision. 17 years ago
Michael Niedermayer 4b3cca3630 Do not detect a format if another has the same score. 17 years ago
Reimar Döffinger ee794d1e49 Do not call update_initial_durations if pkt->duration is 0. 17 years ago
Diego Biurrun d952638699 typo: occured --> occurred 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Ramiro Polla ab8ab30c3d Introduce max_picture_buffer variable in AVFormatContext, 17 years ago
Baptiste Coudurier 4c7981ba7c do not reset duration_error for all streams, only reset current stream, fix wrong_fps.gxf 17 years ago
Michael Niedermayer ac6f133027 Set indexmem to a saner default. 17 years ago
Michael Niedermayer 635fbcb17f revert 12156 17 years ago
Michael Niedermayer 91acf9a8bc Get rid of a fake timestamp discontinuity at the begin of V.VOB. 17 years ago
Michael Niedermayer ff2635b273 Make timestamp interpolation work with mpeg2 field pictures. 17 years ago
Michael Niedermayer 83a9db42a3 Fix timestamps and durations if the first packets have no durations nor timestamps, 17 years ago
Michael Niedermayer dc29622385 Remove incorrect casts that should have never been there. 17 years ago
Evgeniy Stepanov f8d7c9d373 Add support for Matroska attachments. 17 years ago
Aurelien Jacobs 7f938dd32b ensure av_rescale_q() can be calculated (won't divide by zero) 17 years ago
Diego Biurrun a85736f21d misc spelling/grammar fixes 17 years ago
Paul Kelly 3dea63bd7e user specifyable maximum amount of memory to use for the index. 17 years ago
Michael Niedermayer 5cc9253f35 indent 17 years ago
Michael Niedermayer 7ef55085f0 Try to fix url_split() so that the ?foobar part is in the path and only the path. 17 years ago
Michael Niedermayer 945208caea Fix detected fps for old divx/xvid. 17 years ago