| Commit message (Expand) | Author | Age | Files | Lines |
* | fix issue 225, instead of stoping when wrong atom size is found, | Baptiste Coudurier | 2007-10-22 | 1 | -1/+3 |
* | Beam Software SIFF demuxer and video decoder | Kostya Shishkov | 2007-10-22 | 4 | -2/+242 |
* | 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 be... | Baptiste Coudurier | 2007-10-21 | 1 | -4/+4 |
* | cosmetics: reindent | Aurelien Jacobs | 2007-10-21 | 1 | -62/+62 |
* | cosmetics: Add #endif comment. | Aurelien Jacobs | 2007-10-21 | 1 | -1/+1 |
* | New RM format deserves small version bump | Kostya Shishkov | 2007-10-21 | 1 | -2/+2 |
* | Make Matroska demuxer output full frames instead of slices for RealVideo | Aurelien Jacobs | 2007-10-21 | 2 | -30/+4 |
* | Demux full frames instead of sliced for RealVideo. | Kostya Shishkov | 2007-10-21 | 2 | -25/+93 |
* | Add support for decrypting asf files | Reimar Döffinger | 2007-10-20 | 4 | -1/+204 |
* | associate to each AVProgram the indexes of the AVStreams contained in it | Nico Sabbi | 2007-10-20 | 1 | -0/+3 |
* | API extension: AVProgram now has an array (stream_index) containing the index... | Nico Sabbi | 2007-10-20 | 2 | -2/+38 |
* | cosmetics: moved to a separate function the code to print the characteristics... | Nico Sabbi | 2007-10-20 | 1 | -29/+27 |
* | ensure all compiled in codec/muxer are registered | Aurelien Jacobs | 2007-10-18 | 1 | -2/+1 |
* | better check for video track detection | Aurelien Jacobs | 2007-10-18 | 1 | -1/+1 |
* | skip unsupported audio track data | Aurelien Jacobs | 2007-10-18 | 1 | -0/+4 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-10-18 | 1 | -17/+16 |
* | check if we found an audio track before initializing the audio stream | Aurelien Jacobs | 2007-10-18 | 1 | -0/+2 |
* | compute pts according to the audio codec | Aurelien Jacobs | 2007-10-18 | 1 | -0/+7 |
* | set bytes per sample in the context | Aurelien Jacobs | 2007-10-18 | 1 | -3/+3 |
* | fix big endian files support | Aurelien Jacobs | 2007-10-18 | 1 | -1/+1 |
* | simplify | Aurelien Jacobs | 2007-10-18 | 1 | -7/+2 |
* | parse sample rate instead of setting a default one | Aurelien Jacobs | 2007-10-18 | 1 | -5/+17 |
* | add support for PCM codec | Aurelien Jacobs | 2007-10-18 | 1 | -0/+1 |
* | check compression_type to assign audio codec | Aurelien Jacobs | 2007-10-18 | 1 | -2/+7 |
* | make compression_type a function local var instead of a context var | Aurelien Jacobs | 2007-10-18 | 1 | -3/+3 |
* | add support for big_endian encoded headers | Aurelien Jacobs | 2007-10-18 | 1 | -0/+6 |
* | add some error processing | Aurelien Jacobs | 2007-10-18 | 1 | -2/+8 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-10-18 | 1 | -10/+9 |
* | parse header chunk in a loop (don't depend on a fixed chunk ordering) | Aurelien Jacobs | 2007-10-18 | 1 | -10/+17 |
* | add audio and video codec context vars | Aurelien Jacobs | 2007-10-18 | 1 | -2/+7 |
* | better log message | Aurelien Jacobs | 2007-10-18 | 1 | -1/+1 |
* | move vp6 header parsing into its own function | Aurelien Jacobs | 2007-10-18 | 1 | -3/+13 |
* | remove 2 temporary variables | Aurelien Jacobs | 2007-10-18 | 1 | -4/+2 |
* | set a default value for num_channels | Aurelien Jacobs | 2007-10-18 | 1 | -0/+2 |
* | move audio header parsing in its own function | Aurelien Jacobs | 2007-10-18 | 1 | -26/+40 |
* | add a log message | Aurelien Jacobs | 2007-10-18 | 1 | -0/+1 |
* | fix comment | Aurelien Jacobs | 2007-10-18 | 1 | -2/+2 |
* | small simplification | Aurelien Jacobs | 2007-10-18 | 1 | -2/+2 |
* | set start_time to 0 to enable seeking in mp3-files | Thorsten Jordan | 2007-10-18 | 1 | -0/+1 |
* | Make url_split() strip url options (?opt=var) from the returned hostname or | Ronald S. Bultje | 2007-10-18 | 1 | -4/+7 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 26 | -80/+79 |
* | Use filename as multiple inclusion guard. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Re-enable DEBUG_SEEK flag. | Benoit Fouet | 2007-10-16 | 1 | -1/+1 |
* | dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are it... | Baptiste Coudurier | 2007-10-16 | 1 | -1/+1 |
* | indentation | Baptiste Coudurier | 2007-10-16 | 1 | -18/+18 |
* | Fix streaming to XBox360. | Patric Stout | 2007-10-15 | 1 | -1/+4 |
* | cosmetics: reindent | Aurelien Jacobs | 2007-10-15 | 1 | -9/+9 |
* | add support for VP6 in electronicarts demuxer | Aurelien Jacobs | 2007-10-15 | 1 | -16/+51 |
* | remove useless &0xFF | Aurelien Jacobs | 2007-10-15 | 1 | -2/+2 |
* | merge declaration and initialization | Aurelien Jacobs | 2007-10-15 | 1 | -2/+1 |