| Commit message (Expand) | Author | Age | Files | Lines |
* | activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362... | Baptiste Coudurier | 2007-03-25 | 1 | -0/+1 |
* | prefer MP3 id | Baptiste Coudurier | 2007-03-25 | 1 | -2/+2 |
* | use MKTAG | Baptiste Coudurier | 2007-03-25 | 1 | -1/+1 |
* | dont fail immediately when a somehow broken track is detected, some tracks mi... | Baptiste Coudurier | 2007-03-25 | 1 | -1/+1 |
* | add support for V_THEORA into Matroska | Aurelien Jacobs | 2007-03-25 | 1 | -0/+1 |
* | cosmectics, mov -> mp4 | Baptiste Coudurier | 2007-03-24 | 4 | -4/+4 |
* | sort | Baptiste Coudurier | 2007-03-24 | 1 | -1/+1 |
* | add some codec object type ids | Baptiste Coudurier | 2007-03-24 | 1 | -0/+3 |
* | prefer MP3 id as mentioned in avcodec.h line 210 | Baptiste Coudurier | 2007-03-24 | 1 | -1/+1 |
* | add specifications reference comments | Baptiste Coudurier | 2007-03-24 | 1 | -5/+5 |
* | Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet... | François Revol | 2007-03-23 | 3 | -45/+8 |
* | The NSV demuxer assumes that a video frame's timestamp increases by one on each | David Conrad | 2007-03-21 | 1 | -1/+3 |
* | av_estimate_timings_from_pts() flushes the packet queue but doesn't | Wolfram Gloger | 2007-03-21 | 1 | -17/+4 |
* | cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame | Baptiste Coudurier | 2007-03-21 | 1 | -5/+6 |
* | cosmetics | Baptiste Coudurier | 2007-03-21 | 1 | -5/+5 |
* | set audio frame size based on stts | Baptiste Coudurier | 2007-03-21 | 1 | -0/+4 |
* | treat frame_size > 1 as compressed audio | Baptiste Coudurier | 2007-03-21 | 1 | -11/+5 |
* | 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 |
* | expose av_base64_decode and av_base64_encode | Luca Barbato | 2007-03-19 | 1 | -2/+3 |
* | fix end-of-file detection | Clemens Ladisch | 2007-03-18 | 1 | -3/+2 |
* | add dnxhd fourcc | Baptiste Coudurier | 2007-03-18 | 1 | -0/+2 |
* | improve ac3_probe by counting consecutive frames | Justin Ruggles | 2007-03-18 | 1 | -8/+24 |
* | Remove parameter unused in format string. | Diego Pettenò | 2007-03-18 | 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 |
* | disable pts reordering code and initialize a parser instead | Aurelien Jacobs | 2007-03-15 | 1 | -8/+1 |
* | Targa (.tga) encoder, | Bobby Bingham | 2007-03-15 | 1 | -0/+1 |
* | DXA demuxer and decoder | Kostya Shishkov | 2007-03-14 | 5 | -2/+219 |
* | remove outdated comment | Aurelien Jacobs | 2007-03-13 | 1 | -1/+0 |
* | remove no more needed parameters | Aurelien Jacobs | 2007-03-13 | 1 | -9/+3 |
* | set pkt->duration for laced packets too | Aurelien Jacobs | 2007-03-13 | 1 | -8/+1 |
* | calculate pts for laced packets | Aurelien Jacobs | 2007-03-13 | 1 | -4/+9 |
* | calculate default_duration for AAC tracks | Aurelien Jacobs | 2007-03-13 | 1 | -0/+1 |
* | scale duration and default_duration | Aurelien Jacobs | 2007-03-13 | 1 | -6/+7 |
* | move timecode calculation out of laces loop | Aurelien Jacobs | 2007-03-12 | 1 | -5/+7 |
* | remove wrong avid imx ntsc fourcc | Baptiste Coudurier | 2007-03-12 | 1 | -1/+0 |
* | Properly initialize filesize during input buffer initialization. | Ronald S. Bultje | 2007-03-12 | 1 | -0/+1 |
* | Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() | Panagiotis Issaris | 2007-03-12 | 3 | -28/+82 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 2 | -35/+35 |
* | remove codec_info_duration/nb_frames from AVStream | Baptiste Coudurier | 2007-03-12 | 2 | -7/+8 |
* | cosmetic: indent after last commit | Aurelien Jacobs | 2007-03-11 | 1 | -1/+1 |
* | reorder pts of packets from tracks using V_MPEG* codecs | Aurelien Jacobs | 2007-03-11 | 1 | -0/+60 |