| Commit message (Expand) | Author | Age | Files | Lines |
* | remove implicit header inclusions from mxf.h | Baptiste Coudurier | 2009-02-08 | 4 | -3/+7 |
* | free index entries | Baptiste Coudurier | 2009-02-08 | 1 | -0/+2 |
* | use new audio interleaving generic code | Baptiste Coudurier | 2009-02-08 | 2 | -48/+12 |
* | extract audio interleaving code from mxf muxer, will be used by gxf and dv | Baptiste Coudurier | 2009-02-08 | 4 | -105/+178 |
* | offset dts according to edit list, hackish but works, based on patch by Reimar | Baptiste Coudurier | 2009-02-08 | 1 | -3/+14 |
* | Remove const qualifier from function argument to eliminate the warning | Diego Biurrun | 2009-02-08 | 1 | -1/+1 |
* | only use 2 slices for index, one video(vbr) and one audio(cbr) | Baptiste Coudurier | 2009-02-08 | 1 | -23/+27 |
* | force first track to be video and simplify | Baptiste Coudurier | 2009-02-08 | 1 | -6/+7 |
* | write system item | Baptiste Coudurier | 2009-02-08 | 1 | -5/+80 |
* | declare ff_interleave_add_packet | Baptiste Coudurier | 2009-02-07 | 1 | -0/+10 |
* | use 512 kag size needed for d10 | Baptiste Coudurier | 2009-02-07 | 1 | -4/+46 |
* | Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore | Luca Abeni | 2009-02-06 | 2 | -2/+1 |
* | Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer | Luca Abeni | 2009-02-06 | 2 | -1/+15 |
* | Fix minor memory leak. | Jindřich Makovička | 2009-02-06 | 1 | -0/+7 |
* | Merge rtp_aac.h and rtp_mpv.h in rtpenc.h | Luca Abeni | 2009-02-06 | 5 | -58/+2 |
* | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h | Luca Abeni | 2009-02-06 | 14 | -185/+272 |
* | Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument | Ronald S. Bultje | 2009-02-06 | 4 | -7/+10 |
* | Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and | Ronald S. Bultje | 2009-02-05 | 2 | -19/+19 |
* | format timestamp correctly according to specs and set it | Baptiste Coudurier | 2009-02-05 | 1 | -7/+24 |
* | use timestamp as modification date | Baptiste Coudurier | 2009-02-05 | 1 | -2/+2 |
* | Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions on | Alex Converse | 2009-02-05 | 1 | -0/+1 |
* | use timestamp as creation date | Baptiste Coudurier | 2009-02-05 | 1 | -2/+2 |
* | Delete an enum and a function typedef that aren't used anywhere, and | Ronald S. Bultje | 2009-02-05 | 1 | -18/+0 |
* | Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c | Luca Abeni | 2009-02-05 | 3 | -6/+7 |
* | Electronic Arts demuxer: support TQI video tag | Peter Ross | 2009-02-05 | 1 | -0/+6 |
* | fix key frame offset with open gop | Baptiste Coudurier | 2009-02-05 | 1 | -5/+14 |
* | Move enum RTSPTransport up a bit, so that all fields that are assigned a value | Ronald S. Bultje | 2009-02-04 | 1 | -7/+7 |
* | always write mxf time base in descriptors | Baptiste Coudurier | 2009-02-04 | 1 | -7/+10 |
* | Do not misuse unsigned long to store pointers. | Ramiro Polla | 2009-02-04 | 2 | -6/+6 |
* | use sample rate as audio input time base | Baptiste Coudurier | 2009-02-04 | 1 | -17/+16 |
* | write all available metadata tags into extended_content_header | Aurelien Jacobs | 2009-02-04 | 1 | -1/+20 |
* | use new metadata API in asf muxer | Aurelien Jacobs | 2009-02-04 | 1 | -9/+15 |
* | let packet pass through when no timestamps | Baptiste Coudurier | 2009-02-03 | 1 | -1/+4 |
* | exactly compute index byte count | Baptiste Coudurier | 2009-02-03 | 1 | -6/+13 |
* | prevent reading more than container atom size, fix broken file broken_by_rev1... | Baptiste Coudurier | 2009-02-03 | 1 | -2/+7 |
* | use new metadata API in asf demuxer | Aurelien Jacobs | 2009-02-03 | 1 | -33/+22 |
* | Add and use a public API for RC4 and DES, analogous to the AES API. | Reimar Döffinger | 2009-02-03 | 1 | -5/+8 |
* | Reformat rdt_demuxer AVCodec struct sanely. | Michael Niedermayer | 2009-02-03 | 1 | -1/+4 |
* | Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec) | Michael Niedermayer | 2009-02-03 | 1 | -5/+6 |
* | use new metadata API in aiff demuxer | Aurelien Jacobs | 2009-02-02 | 1 | -7/+10 |
* | be more flexible with frame rate check | Baptiste Coudurier | 2009-02-02 | 1 | -2/+4 |
* | simplify | Aurelien Jacobs | 2009-02-02 | 1 | -7/+1 |
* | use new metadata API in rtsp demuxer | Aurelien Jacobs | 2009-02-02 | 1 | -2/+2 |
* | use new metadata API in rtp muxer | Aurelien Jacobs | 2009-02-02 | 1 | -2/+3 |
* | Add support for fourcc "SP54". | Eli Friedman | 2009-02-02 | 1 | -0/+1 |
* | cosmetics: indentation | Aurelien Jacobs | 2009-02-02 | 1 | -1/+1 |
* | simplify usage of dstlen as it is not a parameter anymore | Aurelien Jacobs | 2009-02-02 | 1 | -3/+1 |
* | cosmetics: indentation | Aurelien Jacobs | 2009-02-02 | 1 | -6/+6 |
* | use new metadata API in the mp3 muxer | Aurelien Jacobs | 2009-02-02 | 1 | -40/+50 |
* | use new metadata API in the mp3 demuxer | Aurelien Jacobs | 2009-02-02 | 1 | -23/+33 |