| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | give the position offset of the file in the packet | Daniel Cardenas | 2007-05-02 | 1 | -0/+1 |
* | return right format in set_codec_from_probe_data | Benoit Fouet | 2007-05-02 | 1 | -1/+1 |
* | properly compile code for REDIR_DEMUXER | Alex Beregszaszi | 2007-04-26 | 1 | -1/+1 |
* | Fix reading PTSs and DTSs in libavformat, by reverting r8465. | Luca Abeni | 2007-04-26 | 1 | -4/+17 |
* | more format abbreviations | Benoit Fouet | 2007-04-24 | 1 | -0/+24 |
* | dont assert(0) due to buggy rm demuxer | Michael Niedermayer | 2007-04-22 | 1 | -0/+4 |
* | fix av_seek_frame_generic() so that it doesnt fail if the | Michael Niedermayer | 2007-04-22 | 1 | -1/+1 |
* | init packet before calling the demuxer | Michael Niedermayer | 2007-04-22 | 1 | -0/+3 |
* | remove possibly broken wince cruft | Alex Beregszaszi | 2007-04-20 | 1 | -2/+0 |
* | add an enum for need_parsing | Aurelien Jacobs | 2007-04-15 | 1 | -4/+4 |
* | timestamps generation improvement when parsing avi | Joakim Plate | 2007-04-13 | 1 | -0/+11 |
* | DVR-MS probe audio format | John Donaghy | 2007-04-12 | 1 | -0/+46 |
* | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer | 2007-04-08 | 1 | -1/+1 |
* | Add some help for the analyzeduration option. | Víctor Paesa | 2007-04-06 | 1 | -1/+1 |
* | analyze end condition must match r_fps selection condition | Michael Niedermayer | 2007-03-30 | 1 | -1/+1 |
* | require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX | Michael Niedermayer | 2007-03-27 | 1 | -6/+11 |
* | av_estimate_timings_from_pts() flushes the packet queue but doesn't | Wolfram Gloger | 2007-03-21 | 1 | -17/+4 |
* | revert r8428, the check was not that useless | Michael Niedermayer | 2007-03-20 | 1 | -1/+1 |
* | i think this is more correct | Michael Niedermayer | 2007-03-20 | 1 | -1/+1 |
* | remove incorrect special case for audio | Michael Niedermayer | 2007-03-17 | 1 | -9/+0 |
* | fix indention | Michael Niedermayer | 2007-03-17 | 1 | -42/+42 |
* | reorder pts into dts support | Michael Niedermayer | 2007-03-17 | 1 | -2/+17 |
* | remove useless if() | Michael Niedermayer | 2007-03-17 | 1 | -1/+1 |
* | simplify | Michael Niedermayer | 2007-03-17 | 1 | -12/+7 |
* | simplify | Michael Niedermayer | 2007-03-17 | 1 | -14/+6 |
* | remove silly video check, theres nothing video specific in there | Michael Niedermayer | 2007-03-16 | 1 | -2/+0 |
* | add a delay variable to hold the timestamp buffer size | Michael Niedermayer | 2007-03-16 | 1 | -4/+4 |
* | remove special case for h.264 whatever this was supposed to do its not correct | Michael Niedermayer | 2007-03-16 | 1 | -2/+1 |
* | Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() | Panagiotis Issaris | 2007-03-12 | 1 | -19/+43 |
* | remove codec_info_duration/nb_frames from AVStream | Baptiste Coudurier | 2007-03-12 | 1 | -7/+6 |
* | Move the libavformat public API comments to avformat.h. The comments are | Panagiotis Issaris | 2007-03-03 | 1 | -278/+0 |
* | replace the auto array "duration_error" with a malloced array. | Kristian Amlie | 2007-03-02 | 1 | -2/+8 |
* | check for any seeking failure during probe | Baptiste Coudurier | 2007-03-01 | 1 | -1/+1 |
* | use avcodec_decode_audio2 | Baptiste Coudurier | 2007-02-27 | 1 | -4/+5 |
* | try to fill in missing bits_per_sample | Michael Niedermayer | 2007-02-20 | 1 | -0/+3 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -3/+3 |
* | better generic index building and seeking code | Michael Niedermayer | 2007-02-05 | 1 | -11/+40 |
* | Fix audio corruption when cutting. | Wolfram Gloger | 2007-02-05 | 1 | -7/+10 |
* | packets must be correctly interleaved | Michael Niedermayer | 2007-02-02 | 1 | -0/+2 |
* | make av_find_stream_info() duration user selectable | Michael Niedermayer | 2007-01-23 | 1 | -4/+2 |
* | Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be. | Michel Bardiaux | 2007-01-23 | 1 | -1/+1 |
* | set codec_tag from codec_id if its not set and can be set based on the AVCode... | Michael Niedermayer | 2007-01-21 | 1 | -0/+11 |
* | Attempt to better document AVFMT_NOFILE. | Reimar Döffinger | 2007-01-19 | 1 | -0/+3 |