| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -26/+25 |
* | rename fps(frame per second) to tb(time base) to prevent | Michael Niedermayer | 2007-11-13 | 1 | -3/+3 |
* | print newline after program id even when the name is missing | Nico Sabbi | 2007-10-26 | 1 | -3/+2 |
* | Remove unused variable, fixes warning: | Diego Biurrun | 2007-10-25 | 1 | -1/+1 |
* | Move setting of key frame flag for intra-only codecs, ignoring key frame | Jeff Downs | 2007-10-24 | 1 | -4/+3 |
* | 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 be... | Baptiste Coudurier | 2007-10-21 | 1 | -4/+4 |
* | API extension: AVProgram now has an array (stream_index) containing the index... | Nico Sabbi | 2007-10-20 | 1 | -0/+34 |
* | cosmetics: moved to a separate function the code to print the characteristics... | Nico Sabbi | 2007-10-20 | 1 | -29/+27 |
* | Make url_split() strip url options (?opt=var) from the returned hostname or | Ronald S. Bultje | 2007-10-18 | 1 | -4/+7 |
* | Re-enable DEBUG_SEEK flag. | Benoit Fouet | 2007-10-16 | 1 | -1/+1 |
* | Undefine DEBUG_SEEK. | Thorsten Jordan | 2007-10-15 | 1 | -1/+1 |
* | Add checking for codecid to has_codec_parameters(). | Ronald S. Bultje | 2007-10-01 | 1 | -4/+1 |
* | Add IPv6 support to url_split() | Ronald S. Bultje | 2007-09-29 | 1 | -8/+14 |
* | refactor url_split(), preparing for IPv6 support | Ronald S. Bultje | 2007-09-27 | 1 | -57/+38 |
* | Added definition and utility functions to handle AVProgram(s) in AVFormatCon... | Nico Sabbi | 2007-09-25 | 1 | -0/+42 |
* | Make parse_date return INT64_MIN in case of unparsable input. | Stefano Sabatini | 2007-09-19 | 1 | -4/+4 |
* | Add explanatory comments to the parse_date function. | Stefano Sabatini | 2007-09-18 | 1 | -0/+8 |
* | loosen dependencies over allformats.h | Aurelien Jacobs | 2007-09-16 | 1 | -2/+1 |
* | move unrelated functions declarations out of allformats.h | Aurelien Jacobs | 2007-09-11 | 1 | -0/+1 |
* | Make sure that if a stream has a duration but the container doesn't | Neil Brown | 2007-09-05 | 1 | -13/+22 |
* | Correct initial timestamp | Wolfram Gloger | 2007-09-05 | 1 | -0/+1 |