| Commit message (Expand) | Author | Age | Files | Lines |
* | Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. | Ronald S. Bultje | 2008-12-13 | 3 | -58/+59 |
* | Don't access RMContext directly in rdt.c. Rather, use the return value of | Ronald S. Bultje | 2008-12-13 | 3 | -7/+10 |
* | Separate the packet fetching from the data reading, so that the data reading | Ronald S. Bultje | 2008-12-13 | 1 | -6/+26 |
* | 100l: Add missing backslashes. | Diego Biurrun | 2008-12-13 | 1 | -3/+3 |
* | cosmetics: Break some lines for a more aesthetically pleasing result. | Diego Biurrun | 2008-12-13 | 1 | -3/+6 |
* | Remove misleading comment, _t is POSIX-reserved namespace. | Diego Biurrun | 2008-12-13 | 1 | -1/+1 |
* | whitespace cosmetics | Diego Biurrun | 2008-12-13 | 3 | -29/+39 |
* | Avoid _t in identifier names, _t is reserved by POSIX. | Jai Menon | 2008-12-13 | 1 | -1/+1 |
* | Matroska uses tables from isom.c, so add the object file to its dependencies. | Anders Grönberg | 2008-12-13 | 1 | -3/+3 |
* | Rename type to be consistent | Luca Barbato | 2008-12-13 | 1 | -4/+3 |
* | mpegts: replace Program_t typedef with "struct Program" | Måns Rullgård | 2008-12-13 | 1 | -7/+7 |
* | matroska: sort codec tags list | Aurelien Jacobs | 2008-12-12 | 1 | -29/+29 |
* | matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr) | Kurtnoise | 2008-12-12 | 1 | -0/+1 |
* | add another mpeg4 avi fourcc from uncommon codecs list | Ben Littler | 2008-12-12 | 1 | -0/+1 |
* | Add sys/time.h header #include, fixes compilation on OS/2. | Dave Yeo | 2008-12-12 | 1 | -0/+1 |
* | Update lavf/libnut.c to _tt type names in libnut API | Oded Shimon | 2008-12-12 | 1 | -9/+9 |
* | avoid POSIX reserved _t suffix | Aurelien Jacobs | 2008-12-11 | 5 | -20/+20 |
* | parse pasp atom and set sample aspect ratio, | Baptiste Coudurier | 2008-12-11 | 1 | -0/+17 |
* | remove _t in typedef for POSIX compatibility | Baptiste Coudurier | 2008-12-11 | 3 | -56/+56 |
* | Remove comment suggesting using variables ending in _t as this would break PO... | Michael Niedermayer | 2008-12-11 | 1 | -1/+1 |
* | Avoid _t in typedef type | Reimar Döffinger | 2008-12-11 | 1 | -3/+3 |
* | remove _t for POSIX compatibility. | Michael Niedermayer | 2008-12-11 | 4 | -13/+13 |
* | Fix indenting. | Ronald S. Bultje | 2008-12-11 | 1 | -3/+3 |
* | Use "struct gxf_stream_info" instead of "st_info_t", | Reimar Döffinger | 2008-12-11 | 1 | -5/+5 |
* | Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c ... | Reimar Döffinger | 2008-12-11 | 1 | -1/+0 |
* | add 'ACDV' FourCC (which is just complete JPEG files in individual AVI | Mike Melanson | 2008-12-11 | 1 | -0/+2 |
* | add mpeg2 fourcc and aac format tag from asf | Ben Littler | 2008-12-08 | 1 | -0/+2 |
* | bind to the multicast address if possible | Jindřich Makovička | 2008-12-07 | 1 | -2/+8 |
* | COSMETICS | Reynaldo H. Verdejo Pinochet | 2008-12-07 | 1 | -17/+15 |
* | Remove static variable and a printf using it. See "[PATCH] asf.c: move | Ronald S. Bultje | 2008-12-06 | 1 | -2/+0 |
* | Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. | Ronald S. Bultje | 2008-12-06 | 4 | -7/+11 |
* | Do not access s->gb directly in functions that have a local copy of that | Ronald S. Bultje | 2008-12-06 | 1 | -2/+2 |
* | add VX1K h263 and DMK2 mpeg4 avi fourccs | Ben Littler | 2008-12-05 | 1 | -0/+2 |
* | Recognize pnm file as images. | Carl Eugen Hoyos | 2008-12-04 | 1 | -0/+1 |
* | WRAW fourcc | Baptiste Coudurier | 2008-12-04 | 1 | -0/+2 |
* | Add necessary header for av_set_program_name and av_program_add_stream_index. | Diego Biurrun | 2008-12-03 | 1 | -0/+1 |
* | add fourccs from avi files | Ben Littler | 2008-12-03 | 1 | -0/+14 |
* | add GEOX fourcc for mpeg4 | Michael Niedermayer | 2008-12-03 | 1 | -0/+1 |
* | Move declaration of av_set_program_name and av_program_add_stream_index | Diego Biurrun | 2008-12-03 | 2 | -2/+4 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 6 | -9/+9 |
* | add FFDS fourcc, ok'd by kostya | Ben Littler | 2008-12-03 | 1 | -0/+1 |
* | Commit last ok'ed parts of QCELP decoder and enable it. | Kenan Gillet | 2008-12-02 | 1 | -0/+2 |
* | ADTS AAC probe. | Michael Niedermayer | 2008-12-02 | 1 | -1/+33 |
* | More OKed parts of the QCELP decoder | Kenan Gillet | 2008-12-01 | 1 | -0/+1 |
* | Implement rule-number parsing, the initial step in stream (and bitrate) | Ronald S. Bultje | 2008-12-01 | 1 | -5/+16 |
* | Change RDTDemuxContext->st into an array of streams, which will make future | Ronald S. Bultje | 2008-11-30 | 1 | -5/+15 |
* | document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia | Ronald S. Bultje | 2008-11-30 | 1 | -0/+10 |
* | Change function prototype from taking an AVStream to taking an index to the | Ronald S. Bultje | 2008-11-30 | 3 | -4/+5 |
* | Rename functions in sdp.c for consistency's sake. | Stefano Sabatini | 2008-11-29 | 1 | -8/+8 |
* | Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. | Ronald S. Bultje | 2008-11-23 | 1 | -1/+1 |