| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ff_mkv_codec_tags lie entirely in .rodata section. | Aurelien Jacobs | 2008-01-07 | 3 | -3/+3 |
* | cosmetics: Add another pair of parentheses to aid readability. | Diego Biurrun | 2008-01-06 | 1 | -1/+1 |
* | Rename two structures, identifiers starting with _[A-Z] are reserved. | Diego Biurrun | 2008-01-06 | 1 | -2/+2 |
* | cosmetics, split overly long lines | Baptiste Coudurier | 2008-01-06 | 1 | -22/+36 |
* | Make AVRtpPayloadTypes static and constant | Diego Pettenò | 2008-01-06 | 2 | -12/+9 |
* | cosmetics, superfluous space | Ivo van Poorten | 2008-01-05 | 1 | -1/+1 |
* | proper check for valid pva_pts | Ivo van Poorten | 2008-01-05 | 1 | -1/+1 |
* | do not return an error, but warn and recover when encountering an audio packet | Ivo van Poorten | 2008-01-05 | 1 | -2/+5 |
* | validate streamid before use | Ivo van Poorten | 2008-01-05 | 1 | -0/+4 |
* | change audio codec id to mp2 | Ivo van Poorten | 2008-01-05 | 1 | -1/+1 |
* | proper type and initialization of pva_pts | Ivo van Poorten | 2008-01-05 | 1 | -1/+1 |
* | remove unnecessary shift | Ivo van Poorten | 2008-01-05 | 1 | -1/+1 |
* | improve CRC API | Aurelien Jacobs | 2008-01-04 | 3 | -3/+4 |
* | Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies | Luca Abeni | 2008-01-04 | 3 | -330/+357 |
* | Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de... | Luca Abeni | 2008-01-04 | 3 | -526/+556 |
* | Move *malloc() out of tree.c, that way the code can be used with | Michael Niedermayer | 2008-01-04 | 1 | -3/+6 |
* | Make three rm demuxer functions non static. | Ronald S. Bultje | 2008-01-04 | 2 | -3/+45 |
* | Rationalize some dependencies between rtsp and rtp | Luca Abeni | 2008-01-03 | 2 | -2/+2 |
* | Fix the RTP muxer dependencies | Luca Abeni | 2008-01-03 | 1 | -1/+1 |
* | use one shift less in get_pts() | Ivo van Poorten | 2008-01-03 | 1 | -1/+1 |
* | mention libavfilter in warning about deprecated vhook | Aurelien Jacobs | 2008-01-03 | 1 | -1/+1 |
* | Drop RTSP default protocol. | Ronald S. Bultje | 2008-01-02 | 2 | -0/+4 |
* | 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 |
* | move num_packets=0 where it belongs | Aurelien Jacobs | 2008-01-02 | 1 | -1/+1 |
* | TechnoTrend PVA Demuxer | Ivo van Poorten | 2008-01-02 | 3 | -0/+155 |
* | cosmetics: sort() | Diego Biurrun | 2008-01-02 | 1 | -2/+2 |
* | Add portable way to check for the existence of definitions and | Dave Yeo | 2008-01-01 | 1 | -1/+1 |
* | Extract aspect ratio from ODML/vprp. | Michael Niedermayer | 2008-01-01 | 1 | -0/+25 |
* | Correct doxy about timestamp units of read_timestamp(). | Michael Niedermayer | 2007-12-31 | 1 | -1/+1 |
* | Document return of read_timestamp. | Michael Niedermayer | 2007-12-31 | 1 | -0/+1 |
* | More verbose aspect ratio error msg. | Michael Niedermayer | 2007-12-31 | 1 | -1/+1 |
* | export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) | Evgeniy Stepanov | 2007-12-29 | 2 | -23/+4 |
* | clear internal queue when seeking | Aurelien Jacobs | 2007-12-29 | 1 | -0/+2 |
* | move internal queue freeing code in its own function | Aurelien Jacobs | 2007-12-29 | 1 | -7/+18 |
* | fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com) | Gabriel Forté | 2007-12-29 | 1 | -2/+6 |
* | indent | Michael Niedermayer | 2007-12-29 | 1 | -1/+1 |
* | Try to fix url_split() so that the ?foobar part is in the path and only the p... | Michael Niedermayer | 2007-12-29 | 1 | -6/+6 |
* | Sun Rasterfile decoder | Ivo van Poorten | 2007-12-28 | 1 | -0/+7 |
* | Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent | Luca Barbato | 2007-12-28 | 1 | -8/+10 |
* | Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng sup... | Luca Barbato | 2007-12-28 | 1 | -0/+5 |
* | Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment | Luca Barbato | 2007-12-28 | 1 | -1/+1 |
* | Revert hack which should have never been commited. | Michael Niedermayer | 2007-12-28 | 1 | -1/+0 |
* | Check for the presence of sys/select.h and conditionally #include it. | Michael Kostylev | 2007-12-27 | 1 | -1/+1 |
* | Fix detected fps for old divx/xvid. | Michael Niedermayer | 2007-12-27 | 1 | -2/+20 |
* | Do not force fps unless the user actually specified one. | Michael Niedermayer | 2007-12-26 | 1 | -1/+4 |
* | PC Paintbrush PCX image decoder | Ivo van Poorten | 2007-12-26 | 1 | -0/+1 |
* | Revert r6124, the change was just wrong, other formats than MPEG-PS can be | Allan Sandfeld Jensen | 2007-12-25 | 1 | -16/+0 |
* | djgpp port, first part | Michael Kostylev | 2007-12-24 | 1 | -1/+1 |
* | typo: begining --> beginning | Diego Biurrun | 2007-12-23 | 1 | -1/+1 |