| Commit message (Expand) | Author | Age | Files | Lines |
* | remove no more needed comment, declaration is in internal header | Baptiste Coudurier | 2009-02-09 | 1 | -3/+0 |
* | cosmetics: typo/grammar fixes in doxygen and other comments | Diego Biurrun | 2009-02-08 | 1 | -6/+6 |
* | cosmetics: comment grammar/spelling fixes | Diego Biurrun | 2009-02-08 | 1 | -9/+9 |
* | Add the ability to set the timestamp to the current time by specifying 'now' | Francesco Cosoleto | 2009-02-08 | 1 | -0/+3 |
* | 10l: fix compiler warning: | Vitor Sessak | 2009-02-08 | 1 | -1/+2 |
* | Move declaration of ff_interleave_add_packet to internal.h. | Baptiste Coudurier | 2009-02-08 | 4 | -10/+12 |
* | Declare ff_interleave_new_audio_packet as static, it is not used | Baptiste Coudurier | 2009-02-08 | 2 | -3/+1 |
* | document ff_audio_interleave | Baptiste Coudurier | 2009-02-08 | 1 | -0/+9 |
* | NC camera demuxer | Nicolas Martin | 2009-02-08 | 3 | -0/+102 |
* | Clarify that avformat_seek_file() is not part of the stable API yet. | Michael Niedermayer | 2009-02-08 | 1 | -0/+4 |
* | avformat_seek_file() prototype | Michael Niedermayer | 2009-02-08 | 1 | -0/+24 |
* | cosmetics: sample_to_chunk -> stsc | Baptiste Coudurier | 2009-02-08 | 1 | -18/+18 |
* | cosmetics: sample_to_ctime -> ctts | Baptiste Coudurier | 2009-02-08 | 1 | -11/+11 |
* | remove useless field | Baptiste Coudurier | 2009-02-08 | 1 | -2/+1 |
* | rewrite pts also, as comment says | Baptiste Coudurier | 2009-02-08 | 1 | -1/+1 |
* | remove useless return | Baptiste Coudurier | 2009-02-08 | 1 | -6/+4 |
* | fix doxygen | Baptiste Coudurier | 2009-02-08 | 2 | -3/+3 |
* | Replace the calls to the deprecated av_alloc_format_context() with | Stefano Sabatini | 2009-02-08 | 2 | -2/+2 |
* | Deprecate av_malloc_format_context() in favor of | Stefano Sabatini | 2009-02-08 | 2 | -3/+18 |
* | reuse MXFCodecUL for data def and simplify | Baptiste Coudurier | 2009-02-08 | 4 | -29/+14 |
* | 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 |