| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API and | Michael Niedermayer | 2009-03-06 | 2 | -19/+3 |
* | Allow timespans to vary. | Michael Niedermayer | 2009-03-06 | 2 | -11/+10 |
* | Reorder operations, 20% improved performance, 1 variable less. | Michael Niedermayer | 2009-03-05 | 1 | -5/+4 |
* | Timefilter code by Olivier Guilyardi o list O samalyse o com | Michael Niedermayer | 2009-03-05 | 2 | -0/+181 |
* | Mark pos_min and pos_max variables as av_uninit to work around false | Diego Biurrun | 2009-03-05 | 1 | -1/+1 |
* | Mark dvdaudio_substream_type variable as av_uninit to work around false | Diego Biurrun | 2009-03-05 | 1 | -1/+1 |
* | Pass packet position to the parser, so frame's AVPacket.pos is computed corre... | Ivan Schreter | 2009-03-05 | 2 | -7/+9 |
* | MOV: fix demuxing fragmented files | Alex Converse | 2009-03-04 | 1 | -4/+11 |
* | Fix a condition that causes an infinite loop, but only when compiled with | Mike Melanson | 2009-03-04 | 1 | -1/+1 |
* | Split rtsp_send_cmd() into two functions, one for the actual sending of the | Ronald S. Bultje | 2009-03-04 | 1 | -19/+28 |