| Commit message (Expand) | Author | Age | Files | Lines |
* | compute the end of all chapters when end is not specified in the container | Aurelien Jacobs | 2008-05-24 | 1 | -0/+22 |
* | cosmetics: indentation | Aurelien Jacobs | 2008-05-24 | 1 | -1/+1 |
* | remove useless title check | Aurelien Jacobs | 2008-05-24 | 1 | -1/+0 |
* | Pass time_base as argument to new_chapter() as well. | Michael Niedermayer | 2008-05-23 | 1 | -1/+2 |
* | Warn user about invalid timestamps. | Michael Niedermayer | 2008-05-23 | 1 | -0/+12 |
* | Make ff_new_chapter() return AVChapter instead of int so its consistant with | Michael Niedermayer | 2008-05-23 | 1 | -3/+3 |
* | s/num_chapters/nb_chapters/ all other similar variables are called nb_*. | Michael Niedermayer | 2008-05-23 | 1 | -5/+5 |
* | vertical align | Michael Niedermayer | 2008-05-23 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2008-05-23 | 1 | -1/+1 |
* | remove useless title check | Michael Niedermayer | 2008-05-23 | 1 | -1/+0 |
* | indent | Michael Niedermayer | 2008-05-23 | 1 | -2/+2 |
* | Add id to AVChapter, untested (where do i find matroska files with chapters?). | Michael Niedermayer | 2008-05-23 | 1 | -4/+15 |
* | cosmetics: indentation | Aurelien Jacobs | 2008-05-23 | 1 | -1/+1 |
* | allows adding chapters with NULL title | Aurelien Jacobs | 2008-05-23 | 1 | -0/+1 |
* | add support for chapters definition in lavf | Anton Khirnov | 2008-05-22 | 1 | -0/+18 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | minor memleak | Michael Niedermayer | 2008-04-24 | 1 | -0/+1 |
* | Print duration with higher precision. | Diego Biurrun | 2008-04-16 | 1 | -2/+2 |
* | Do not detect a format if another has the same score. | Michael Niedermayer | 2008-04-15 | 1 | -1/+2 |
* | Do not call update_initial_durations if pkt->duration is 0. | Reimar Döffinger | 2008-04-13 | 1 | -1/+1 |
* | typo: occured --> occurred | Diego Biurrun | 2008-03-22 | 1 | -1/+1 |
* | typo fixes | Diego Biurrun | 2008-03-15 | 1 | -1/+1 |
* | Introduce max_picture_buffer variable in AVFormatContext, | Ramiro Polla | 2008-03-08 | 1 | -0/+1 |
* | do not reset duration_error for all streams, only reset current stream, fix w... | Baptiste Coudurier | 2008-03-06 | 1 | -1/+1 |
* | Set indexmem to a saner default. | Michael Niedermayer | 2008-02-24 | 1 | -1/+1 |
* | revert 12156 | Michael Niedermayer | 2008-02-20 | 1 | -21/+9 |
* | Get rid of a fake timestamp discontinuity at the begin of V.VOB. | Michael Niedermayer | 2008-02-20 | 1 | -2/+3 |
* | Make timestamp interpolation work with mpeg2 field pictures. | Michael Niedermayer | 2008-02-20 | 1 | -9/+21 |
* | Fix timestamps and durations if the first packets have no durations nor times... | Michael Niedermayer | 2008-02-15 | 1 | -0/+21 |
* | Remove incorrect casts that should have never been there. | Michael Niedermayer | 2008-02-02 | 1 | -2/+2 |
* | Add support for Matroska attachments. | Evgeniy Stepanov | 2008-01-27 | 1 | -0/+1 |
* | ensure av_rescale_q() can be calculated (won't divide by zero) | Aurelien Jacobs | 2008-01-21 | 1 | -1/+1 |
* | misc spelling/grammar fixes | Diego Biurrun | 2008-01-16 | 1 | -43/+45 |
* | user specifyable maximum amount of memory to use for the index. | Paul Kelly | 2008-01-13 | 1 | -0/+15 |
* | indent | Michael Niedermayer | 2007-12-29 | 1 | -1/+1 |
* | Try to fix url_split() so that the ?foobar part is in the path and only the p... | Michael Niedermayer | 2007-12-29 | 1 | -6/+6 |
* | Fix detected fps for old divx/xvid. | Michael Niedermayer | 2007-12-27 | 1 | -2/+20 |
* | 100l, av_read_packet must check for read_packet error, in case of | Reimar Döffinger | 2007-12-23 | 1 | -0/+2 |
* | remove double check of pb->read_seek | Aurelien Jacobs | 2007-12-20 | 1 | -2/+2 |
* | use proper url_is_streamed() API | Aurelien Jacobs | 2007-12-19 | 1 | -1/+1 |
* | Merge recently added and still unused play and pause functions. | Michael Niedermayer | 2007-12-19 | 1 | -3/+3 |
* | Add a av_close_input_stream function | Reimar Döffinger | 2007-12-19 | 1 | -3/+9 |
* | Allow overriding codec_ids. | Michael Niedermayer | 2007-12-19 | 1 | -1/+18 |
* | Simplify av_close_input_file similarly to av_open_input_file previously | Reimar Döffinger | 2007-12-17 | 1 | -7/+2 |
* | Simplify av_open_input_file | Reimar Döffinger | 2007-12-17 | 1 | -13/+5 |
* | Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option | Reimar Döffinger | 2007-12-17 | 1 | -0/+1 |
* | Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() | Björn Axelsson | 2007-12-17 | 1 | -6/+10 |
* | av_*_next() API for libavformat | Michael Niedermayer | 2007-12-12 | 1 | -0/+12 |
* | Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), | Luca Abeni | 2007-11-29 | 1 | -10/+0 |