| Commit message (Expand) | Author | Age | Files | Lines |
* | reindent | Baptiste Coudurier | 2009-03-11 | 1 | -1/+1 |
* | keep original tag when stream copying subs with ipod format | Baptiste Coudurier | 2009-03-11 | 1 | -0/+5 |
* | ipod supports both subs tags | Baptiste Coudurier | 2009-03-11 | 1 | -0/+1 |
* | reindent | Baptiste Coudurier | 2009-03-11 | 1 | -2/+2 |
* | write correct atoms based on tag and not format, fixes subs stream copy | Baptiste Coudurier | 2009-03-11 | 1 | -2/+2 |
* | use correct codec tag list for ipod format | Baptiste Coudurier | 2009-03-11 | 1 | -1/+1 |
* | again 10l, typo, put_byte instead of put_buffer | Baptiste Coudurier | 2009-03-11 | 1 | -1/+1 |
* | attempt to try to generate an random umid | Baptiste Coudurier | 2009-03-11 | 1 | -8/+32 |
* | fix subs track height, set track->height to codec height if not set | Baptiste Coudurier | 2009-03-11 | 1 | -2/+3 |
* | sn40 avi fourcc decodes with ffodivx | Ben Littler | 2009-03-11 | 1 | -0/+1 |
* | Correctly skip complete INDX chunks, i.e. read the 32-bit header correctly | Ronald S. Bultje | 2009-03-10 | 1 | -1/+13 |
* | Prevent (negative) overflow of rm->remaining_len. This evaluation really only | Ronald S. Bultje | 2009-03-09 | 1 | -1/+1 |
* | Revert to r17908. | Ronald S. Bultje | 2009-03-09 | 1 | -13/+32 |
* | Move MOVContext and related structures from mov.c to isom.h. See "[PATCH] | Ronald S. Bultje | 2009-03-09 | 2 | -96/+96 |
* | Reorder arguments for av_fifo_generic_read to be more logical and | Reimar Döffinger | 2009-03-09 | 3 | -3/+3 |
* | Prevent (negative) overflow of rm->remaining_len. This evaluation really only | Ronald S. Bultje | 2009-03-09 | 1 | -1/+1 |
* | Replace separate packet parsing for "old_format" .ra files by a call to | Ronald S. Bultje | 2009-03-09 | 1 | -31/+12 |
* | Move frame discarding out of the ff_rm_parse_packet() loop, and respect | Ronald S. Bultje | 2009-03-09 | 1 | -6/+10 |
* | Mark all packets from nuv demuxer as keyframes in order to make seeking work. | Reimar Döffinger | 2009-03-09 | 1 | -0/+4 |
* | 100l, to start reading from the first frame we must seek to data_offset, | Reimar Döffinger | 2009-03-09 | 1 | -1/+1 |
* | Set AVPacket pos also for audio packets in nuv demuxer. | Reimar Döffinger | 2009-03-09 | 1 | -1/+3 |
* | reindent | Baptiste Coudurier | 2009-03-09 | 1 | -11/+11 |
* | change path pattern to be similar to existing files, and remove useless buffer | Baptiste Coudurier | 2009-03-09 | 1 | -9/+6 |
* | merge struct declaration and definition | Baptiste Coudurier | 2009-03-09 | 1 | -8/+3 |
* | write map packet every 100 packets according to specs | Baptiste Coudurier | 2009-03-09 | 1 | -4/+46 |
* | write flt packet, might need some tweaking but it works | Baptiste Coudurier | 2009-03-09 | 1 | -11/+32 |
* | correctly interleave audio and video according to specs | Baptiste Coudurier | 2009-03-09 | 1 | -9/+42 |
* | write timecode track in gxf | Baptiste Coudurier | 2009-03-09 | 1 | -26/+65 |
* | compute media info in write_header | Baptiste Coudurier | 2009-03-08 | 1 | -17/+19 |
* | factorize write packet | Baptiste Coudurier | 2009-03-08 | 1 | -8/+3 |
* | remove unneeded and empty user data | Baptiste Coudurier | 2009-03-08 | 1 | -23/+2 |
* | uniformize variable names and remove duplicating fields in private structs | Baptiste Coudurier | 2009-03-08 | 1 | -145/+167 |
* | remove useless fields | Baptiste Coudurier | 2009-03-08 | 1 | -7/+0 |
* | Replace all uses of the replaced av_fifo_read by av_fifo_generic_read | Reimar Döffinger | 2009-03-08 | 1 | -1/+1 |
* | Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. | Michael Niedermayer | 2009-03-08 | 6 | -41/+41 |
* | VQF demuxer | Vitor Sessak | 2009-03-07 | 3 | -0/+258 |
* | rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c: | Ronald S. Bultje | 2009-03-07 | 1 | -1/+1 |
* | ADTS: Increased protection against writing illegal/nonsense files. | Alex Converse | 2009-03-06 | 1 | -1/+13 |
* | Add my name to copyright & author as requested by the original author. | Michael Niedermayer | 2009-03-06 | 2 | -0/+4 |
* | Add code to the self test to print jitter & drift. | Michael Niedermayer | 2009-03-06 | 1 | -0/+18 |
* | Oops, very silly typo. | Ronald S. Bultje | 2009-03-06 | 1 | -1/+1 |
* | flacdec: Parse the metadata header in the raw FLAC demuxer. | Justin Ruggles | 2009-03-06 | 2 | -2/+77 |
* | Add '#undef rand' to fix test program build. | Diego Biurrun | 2009-03-06 | 1 | -0/+1 |
* | cosmetics: Fix test program warnings. | Diego Biurrun | 2009-03-06 | 1 | -1/+3 |
* | Vertical align. | Michael Niedermayer | 2009-03-06 | 1 | -3/+3 |
* | Better name for integrator2_state. | Michael Niedermayer | 2009-03-06 | 1 | -4/+4 |
* | Add clock_period parameter, this should make the code easier to use. | Michael Niedermayer | 2009-03-06 | 2 | -6/+10 |
* | Selftest code. | Michael Niedermayer | 2009-03-06 | 1 | -0/+48 |
* | Fix bug with time==0 being special. | Michael Niedermayer | 2009-03-06 | 1 | -2/+1 |
* | Adapt first factor. | Michael Niedermayer | 2009-03-06 | 1 | -1/+4 |