| Commit message (Expand) | Author | Age | Files | Lines |
* | Warning fix: Make ogg_stream.codec const | Daniel Verkamp | 2009-05-06 | 1 | -1/+1 |
* | Add 8088flex TMV file demuxer. | Daniel Verkamp | 2009-05-06 | 3 | -0/+158 |
* | Add floating point audio decoding to WavPack decoder. | Laurent Aimar | 2009-05-06 | 1 | -5/+0 |
* | dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034 | Baptiste Coudurier | 2009-05-05 | 1 | -0/+1 |
* | more dvcprohd .mov fourcc, see #1034 | Baptiste Coudurier | 2009-05-05 | 1 | -0/+3 |
* | Remove dead assignments found by CSA | Benjamin Larsson | 2009-05-03 | 1 | -2/+0 |
* | Convert names to the FFmpeg style. | Stefano Sabatini | 2009-04-28 | 2 | -18/+18 |
* | Add avlanguage helpers in libavformat. | Cyril Comparon | 2009-04-27 | 2 | -0/+803 |
* | avoid possibly uninitialized return value | Ivo van Poorten | 2009-04-23 | 1 | -1/+1 |
* | NSV : Add TOC2 parsing and seeking support. | Jai Menon | 2009-04-22 | 1 | -14/+40 |
* | It should be #if, not #ifdef | Andreas Öman | 2009-04-22 | 1 | -1/+1 |
* | Require 4 instead of 3 frames for detecting mp3, | Michael Niedermayer | 2009-04-22 | 1 | -1/+2 |
* | Add raw MLP muxer. | Ramiro Polla | 2009-04-21 | 3 | -1/+17 |
* | Fix crash when receiving from SDP | Luca Abeni | 2009-04-20 | 1 | -2/+7 |
* | Add zygo fourcc. | Michael Niedermayer | 2009-04-19 | 1 | -0/+1 |
* | Mark gsize variable as av_unused, fixes the warning: | Diego Biurrun | 2009-04-19 | 1 | -1/+1 |
* | Revert previous removal of gsize variable. It breaks seeking. | Diego Biurrun | 2009-04-19 | 1 | -0/+1 |
* | Remove unused variable gsize, fixes the warning: | Diego Biurrun | 2009-04-18 | 1 | -1/+0 |
* | Cosmetics : reindent after last commit and remove redundant comment. | Jai Menon | 2009-04-18 | 1 | -4/+4 |
* | Add speex tag to nsv_codec_audio_tags. | Jai Menon | 2009-04-18 | 1 | -0/+1 |
* | Change nsvf_index_data to nsvs_file_offset for increased clarity. | Jai Menon | 2009-04-18 | 1 | -6/+6 |
* | Introduce codec id for MPEG-4 ALS and associate it with corresponding | Jai Menon | 2009-04-17 | 1 | -0/+1 |
* | Remove useless init from aiff_read_header() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -1/+1 |
* | Remove 2 ++ from check_pes() that are useless, found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+0 |
* | Remove unused variable from flv_read_metabody() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+1 |
* | Remove nonsensical assignment from asf_read_seek() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -1/+0 |
* | Move declarations in sync() closer to where they are used. | Michael Niedermayer | 2009-04-17 | 1 | -1/+1 |
* | Remove unused variable from asf_read_header() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+0 |
* | Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF, | Ronald S. Bultje | 2009-04-17 | 1 | -1/+1 |
* | Moving variable declarations in asf_build_simple_index() to clarify&prettify ... | Michael Niedermayer | 2009-04-17 | 1 | -10/+7 |
* | Remove unused audio_pts field from ea demuxer struct | Reimar Döffinger | 2009-04-16 | 1 | -2/+0 |
* | Remove unused code from Westwood VQA/AUD demuxer. | Reimar Döffinger | 2009-04-16 | 1 | -5/+0 |
* | Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist | Ronald S. Bultje | 2009-04-16 | 1 | -1/+1 |
* | Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly | Michael Niedermayer | 2009-04-15 | 1 | -2/+2 |
* | Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, | Ronald S. Bultje | 2009-04-15 | 2 | -3/+56 |
* | Ensure that there's pages to read for duration calculation in the ogg demuxer | David Conrad | 2009-04-15 | 1 | -1/+1 |
* | Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC | Ronald S. Bultje | 2009-04-14 | 5 | -3/+274 |
* | Increase the SDP buffer size (again!) and also increase the temporary | Ronald S. Bultje | 2009-04-14 | 1 | -3/+7 |
* | Rename pbBufPtr() to put_bits_ptr(). | Stefano Sabatini | 2009-04-13 | 3 | -8/+8 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 17 | -17/+17 |
* | seek inside buffer when offset is exactly at the end, fix seeking with memory... | Baptiste Coudurier | 2009-04-13 | 1 | -1/+1 |
* | Set frame defaults in try_decode_frame. | Baptiste Coudurier | 2009-04-13 | 1 | -0/+1 |
* | reindent | Baptiste Coudurier | 2009-04-13 | 1 | -26/+26 |
* | remove useless wrapper | Baptiste Coudurier | 2009-04-12 | 1 | -8/+2 |
* | Move ea demuxer messages that are irrelevant to ordinary users from | Reimar Döffinger | 2009-04-12 | 1 | -13/+13 |
* | remove useless wrapper | Baptiste Coudurier | 2009-04-12 | 1 | -7/+1 |
* | Slightly improve/correct description of wc3_pal_lookup | Reimar Döffinger | 2009-04-12 | 1 | -3/+3 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 5 | -3/+5 |
* | Disable metadata reading. Yes, I would like to know what this code is good for | Michael Niedermayer | 2009-04-12 | 1 | -1/+1 |
* | replace DEBUG_SI with DEBUG and use dprintf | Baptiste Coudurier | 2009-04-12 | 1 | -31/+28 |