| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | If a stream has no start time, but the first packet has a 'pts', use that | Neil Brown | 2007-09-03 | 1 | -4/+8 |
* | fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muench... | Wolfram Gloger | 2007-09-03 | 1 | -1/+3 |
* | Do not butcher start_time in av_estimate_timings_from_bit_rate(). | Neil Brown | 2007-08-18 | 1 | -4/+1 |
* | When looking for the last packet in each | Neil Brown | 2007-08-18 | 1 | -8/+0 |
* | There is no guarantee that every stream will | Neil Brown | 2007-08-18 | 1 | -1/+2 |
* | fix cur_dts at the end of av_estimate_timings_from_pts() | Michael Niedermayer | 2007-08-18 | 1 | -0/+4 |
* | ensure that the codec_id detection in av_find_stream_info() does not | Michael Niedermayer | 2007-08-06 | 1 | -4/+13 |
* | set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE | Michael Niedermayer | 2007-08-04 | 1 | -0/+3 |
* | correct initial timestamps which have AV_NOPTS_VALUE | Michael Niedermayer | 2007-08-04 | 1 | -1/+31 |
* | move code which adds a AVPacket into the packet buffer into its own function | Michael Niedermayer | 2007-08-03 | 1 | -33/+20 |
* | deal with the case where one of pts,dts has wrapped but the other has not | Michael Niedermayer | 2007-07-31 | 1 | -0/+5 |
* | kill antiwrapping code, i do not think this did anything good | Michael Niedermayer | 2007-07-30 | 1 | -13/+0 |
* | try exact match before case insensitive match in codec_get_id | Michael Niedermayer | 2007-07-27 | 1 | -7/+11 |
* | Avoid misdetecting acelp in ASF as MP3. | Michael Niedermayer | 2007-07-25 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). | Panagiotis Issaris | 2007-07-19 | 1 | -2/+2 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -13/+13 |
* | Move av_gettime() back to lavf/utils.c | Ramiro Polla | 2007-07-16 | 1 | -0/+12 |
* | avoid division by zero in av_find_stream_info() when no time base is set | Måns Rullgård | 2007-07-14 | 1 | -1/+1 |
* | Move public API functions av_codec_get_tag() and av_codec_get_id() | Aurelien Jacobs | 2007-07-11 | 1 | -0/+44 |
* | remove unused functions | Måns Rullgård | 2007-07-07 | 1 | -43/+0 |
* | use new string functions | Måns Rullgård | 2007-06-23 | 1 | -2/+3 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+2 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -3/+3 |
* | Move the video size and rate abbreviations system from libavformat to libavcodec | Stefano Sabatini | 2007-06-12 | 1 | -103/+7 |
* | Add a bounds check on AVProbeData input. | Ronald S. Bultje | 2007-06-10 | 1 | -1/+1 |
* | Export av_init_packet | Ramiro Polla | 2007-06-04 | 1 | -0/+11 |
* | Use url_fopen error code when opening input file | Benoit Fouet | 2007-05-10 | 1 | -2/+1 |