| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix forgotten braces from r11039 | Roberto Togni | 2008-01-17 | 1 | -2/+2 |
* | Remove some spaces to keep certain people's eyes from hurting. | Diego Biurrun | 2008-01-16 | 1 | -1/+1 |
* | cosmetics: Add another pair of parentheses to aid readability. | Diego Biurrun | 2008-01-06 | 1 | -1/+1 |
* | Make three rm demuxer functions non static. | Ronald S. Bultje | 2008-01-04 | 1 | -3/+3 |
* | cosmetics: Reindent. | Diego Biurrun | 2008-01-02 | 1 | -1/+1 |
* | Merge double-nested if into && condition. | Ronald S. Bultje | 2008-01-02 | 1 | -3/+1 |
* | Typo | Roberto Togni | 2007-12-04 | 1 | -1/+1 |
* | Revert r10892, it's wrong and no longer needed to prevent crashes | Roberto Togni | 2007-12-02 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -12/+12 |
* | Replace realloc with free+malloc, the previous content of the buffer is | Roberto Togni | 2007-11-19 | 1 | -1/+2 |
* | Cosmetics | Roberto Togni | 2007-11-19 | 1 | -3/+3 |
* | No need to update pos, it's not used after that line | Roberto Togni | 2007-11-19 | 1 | -1/+0 |
* | Cleanup: remove ssize | Roberto Togni | 2007-11-18 | 1 | -4/+2 |
* | Check for memory allocation failure of temp buffer | Roberto Togni | 2007-11-18 | 1 | -1/+2 |
* | Optimize memory management to create an av_packet from multiple slices: | Roberto Togni | 2007-11-18 | 1 | -6/+3 |
* | 1000l: Fix check for max slice number | Roberto Togni | 2007-11-15 | 1 | -1/+1 |
* | Move dnet-ac3 byte-swapping code close to audio packet read code | Roberto Togni | 2007-11-15 | 1 | -1/+2 |
* | Split ac3 byte swapping into a separate function. | Ronald S. Bultje | 2007-11-08 | 1 | -10/+17 |
* | Isolate caching of audio frames in its own function. | Ronald S. Bultje | 2007-11-08 | 1 | -11/+22 |
* | Change a stream indexer. | Ronald S. Bultje | 2007-11-08 | 1 | -1/+1 |
* | Split out the packet parsing from the main function body in rmdec.c | Ronald S. Bultje | 2007-11-08 | 1 | -82/+98 |
* | Change parse indexer. | Ronald S. Bultje | 2007-11-08 | 1 | -3/+3 |
* | Change ff_rm_read_mdpr_codecdata to get back to old behavior. | Benoit Fouet | 2007-11-08 | 1 | -3/+2 |
* | Split out the MDPR chunk reading into its own function. | Ronald S. Bultje | 2007-11-06 | 1 | -58/+73 |
* | Seek regression for RM demuxer fix | Kostya Shishkov | 2007-11-03 | 1 | -0/+3 |
* | Revert get_num() to old behaviour in order to handle | Kostya Shishkov | 2007-11-01 | 1 | -1/+1 |
* | Demux full frames instead of sliced for RealVideo. | Kostya Shishkov | 2007-10-21 | 1 | -25/+88 |
* | dnet audio needs avparser to work with the lavc ac3 decoder. | Justin Ruggles | 2007-10-01 | 1 | -0/+1 |
* | Set correct length for last slice in frame subpacket | Kostya Shishkov | 2007-09-06 | 1 | -0/+2 |
* | Merge get_str() and get_str8() functions. | Ronald S. Bultje | 2007-07-28 | 1 | -18/+12 |
* | Fix get_str/get_str8() to also work if the target string is not long enough to | Ronald S. Bultje | 2007-07-28 | 1 | -6/+8 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -5/+5 |
* | avoid uninitialised variable warning and clarify code | Måns Rullgård | 2007-07-08 | 1 | -1/+1 |
* | use new string functions | Måns Rullgård | 2007-06-23 | 1 | -3/+2 |
* | use FFSWAP() | Aurelien Jacobs | 2007-05-30 | 1 | -4/+2 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-05-30 | 1 | -1/+1 |
* | split rm muxer and demuxer in their own files | Aurelien Jacobs | 2007-05-30 | 1 | -0/+696 |