| Commit message (Expand) | Author | Age | Files | Lines |
* | fix probing of 02-Penguin.flac | Michael Niedermayer | 2006-08-19 | 1 | -4/+10 |
* | AVI tag reading and writing patch by David Conrad. | David Conrad | 2006-08-18 | 2 | -0/+55 |
* | Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % | Steve L'Homme | 2006-08-18 | 1 | -0/+1 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | Diego Biurrun | 2006-08-17 | 1 | -2/+2 |
* | use packet dts as correct media field number and use av_interleave_pkt_per_dts | Baptiste Coudurier | 2006-08-12 | 1 | -55/+33 |
* | update documentation | Baptiste Coudurier | 2006-08-11 | 1 | -3/+12 |
* | export av_interleave_packet_per_dts | Baptiste Coudurier | 2006-08-11 | 2 | -1/+2 |
* | set elst start time to first pts | Baptiste Coudurier | 2006-08-11 | 1 | -4/+1 |
* | fourcc cleanup | Baptiste Coudurier | 2006-08-09 | 1 | -2/+0 |
* | enable 'NONE' audio fourcc | Baptiste Coudurier | 2006-08-09 | 1 | -1/+1 |
* | parse mpeg frame to get pict type and closed gop flag | Baptiste Coudurier | 2006-08-09 | 1 | -5/+19 |
* | Support AAC audio in AVI with tag 0xff | David Conrad | 2006-08-08 | 1 | -0/+1 |
* | dont be too picky about timestampsbeing wrong if the destination container is... | Michael Niedermayer | 2006-08-08 | 3 | -3/+15 |
* | timestamp debugging av_logs() | Michael Niedermayer | 2006-08-08 | 1 | -2/+16 |
* | both timestamps are dts, (checked trailer.gxf, spec is unclear) | Michael Niedermayer | 2006-08-08 | 1 | -1/+1 |
* | Fix some "'static' is not at beginning of declaration" warnings. | Diego Biurrun | 2006-08-08 | 2 | -2/+2 |
* | use correct tag for h263 in mov | Baptiste Coudurier | 2006-08-07 | 1 | -2/+8 |
* | detailed infos about d263 atom | Baptiste Coudurier | 2006-08-07 | 1 | -2/+4 |
* | indention | Baptiste Coudurier | 2006-08-07 | 1 | -8/+8 |
* | only set fields for mov, reserved for 3gp, mp4 | Baptiste Coudurier | 2006-08-07 | 1 | -1/+8 |
* | sampleSize field to 16, reserved for mp4 and 3gp | Baptiste Coudurier | 2006-08-07 | 1 | -3/+2 |
* | mp4, 3gp field is reserved and value is 2 | Baptiste Coudurier | 2006-08-07 | 1 | -1/+1 |
* | use ternary | Baptiste Coudurier | 2006-08-07 | 1 | -5/+1 |
* | vbr compression id is only used in mov | Baptiste Coudurier | 2006-08-07 | 1 | -7/+7 |
* | always write duration and file size, fix seeking, progress bar is now active | Baptiste Coudurier | 2006-08-06 | 1 | -9/+18 |
* | sample size is 1 if bits per sample is 8 and mono channel | Baptiste Coudurier | 2006-08-03 | 1 | -1/+1 |
* | revert r5909, dont use non constant static variable, breaks multithreaded apps | Baptiste Coudurier | 2006-08-03 | 1 | -10/+1 |
* | parse SONY hidden MPEG-4 extradata, fix C0023S01.mxf | Baptiste Coudurier | 2006-08-03 | 1 | -0/+11 |
* | skip run-in sequence before reading header | Baptiste Coudurier | 2006-08-03 | 1 | -1/+10 |
* | again, disable DEBUG | Baptiste Coudurier | 2006-08-03 | 1 | -1/+1 |
* | 10l, check container_ul existence | Baptiste Coudurier | 2006-08-03 | 1 | -2/+2 |
* | remove duplicate code | Baptiste Coudurier | 2006-08-03 | 1 | -8/+5 |
* | attempt to demux clip wrapped content | Baptiste Coudurier | 2006-08-03 | 1 | -38/+59 |
* | add codec detection based on essence container ul | Baptiste Coudurier | 2006-08-03 | 1 | -0/+19 |
* | resolve strong refs in parse_structural_metadata since objects may not be ord... | Baptiste Coudurier | 2006-08-02 | 1 | -161/+134 |
* | remove unneeded audio fourcc as well | Baptiste Coudurier | 2006-08-02 | 1 | -3/+0 |
* | Minor resync optimization | Reimar Döffinger | 2006-08-02 | 1 | -1/+1 |
* | Do not set the codec's pixel format in the format's write_header() | Luca Abeni | 2006-08-02 | 1 | -2/+4 |
* | do not set unneeded fourcc | Baptiste Coudurier | 2006-08-02 | 1 | -5/+0 |
* | fix ending null entry in table | Baptiste Coudurier | 2006-08-01 | 1 | -0/+1 |
* | more codecs uls | Baptiste Coudurier | 2006-08-01 | 1 | -0/+4 |
* | move common code from mov.c and movenc.c to isom.c | Baptiste Coudurier | 2006-08-01 | 6 | -125/+151 |
* | add some useful debug info | Baptiste Coudurier | 2006-08-01 | 1 | -0/+2 |
* | Support for seeking, both with and without index and correct timestamps | Reimar Döffinger | 2006-08-01 | 1 | -3/+273 |
* | negative to_pad won't provoke infinite loop | Baptiste Coudurier | 2006-08-01 | 1 | -1/+1 |
* | avoid reading beyond packet size | Baptiste Coudurier | 2006-08-01 | 1 | -8/+6 |
* | skip run-in sequence during probe | Baptiste Coudurier | 2006-08-01 | 1 | -5/+10 |
* | simplify using function table | Baptiste Coudurier | 2006-07-31 | 1 | -52/+38 |
* | parse aes3 audio descriptor | Baptiste Coudurier | 2006-07-31 | 1 | -0/+3 |
* | use parenthesis around value | Baptiste Coudurier | 2006-07-30 | 1 | -1/+1 |