| Commit message (Expand) | Author | Age | Files | Lines |
* | FLV demuxer: return AVERROR_EOF upon detection of end of file. | Peter Ross | 2009-02-19 | 1 | -1/+1 |
* | AVI demuxer: return AVERROR_EOF upon detection of end of file. | Peter Ross | 2009-02-19 | 1 | -1/+1 |
* | fix missing dependencies | Aurelien Jacobs | 2009-02-19 | 1 | -6/+31 |
* | Add key_frame to AVCodecParserContext, used in libavformat. | Ivan Schreter | 2009-02-18 | 2 | -3/+5 |
* | av_alloc_format_context has been renamed, update AVFormatContext av_class | avcoder | 2009-02-18 | 1 | -1/+1 |
* | fix partition index byte count | Baptiste Coudurier | 2009-02-18 | 1 | -1/+1 |
* | always use multi track since timecode track is present | Baptiste Coudurier | 2009-02-18 | 1 | -13/+3 |
* | fix preface version | Baptiste Coudurier | 2009-02-18 | 1 | -1/+1 |
* | check fifo size and realloc if needed | Baptiste Coudurier | 2009-02-18 | 1 | -0/+7 |
* | start counting track number from 0 | Baptiste Coudurier | 2009-02-18 | 1 | -6/+4 |
* | remove redundant comment | Baptiste Coudurier | 2009-02-18 | 1 | -1/+1 |
* | do not write slice count when muxing cbr | Baptiste Coudurier | 2009-02-18 | 1 | -5/+5 |
* | flush pending write in mxf_write_footer | Baptiste Coudurier | 2009-02-18 | 1 | -0/+2 |
* | use index 0 for timecode track and write it in source package also | Baptiste Coudurier | 2009-02-18 | 1 | -19/+18 |
* | fix rip body sid when muxing cbr | Baptiste Coudurier | 2009-02-18 | 1 | -1/+4 |
* | simplify descriptor size computation logic | Baptiste Coudurier | 2009-02-18 | 1 | -11/+9 |
* | use new metadata API in nsv demuxer | Aurelien Jacobs | 2009-02-18 | 1 | -9/+1 |
* | use new metadata API in mpegts muxer | Aurelien Jacobs | 2009-02-18 | 1 | -10/+9 |
* | Add missing #includes to fix 'make checkheaders'. | Diego Biurrun | 2009-02-17 | 1 | -0/+2 |
* | remove now useless get_str16() from rmdec.c | Aurelien Jacobs | 2009-02-17 | 1 | -5/+0 |
* | use new metadata API in rm (de)muxer | Aurelien Jacobs | 2009-02-17 | 5 | -21/+57 |
* | apedec: display a warning when truncating a metadata tag | Aurelien Jacobs | 2009-02-17 | 1 | -0/+2 |
* | cosmetics: 'const static' --> 'static const' to avoid warnings of the type | Diego Biurrun | 2009-02-17 | 1 | -1/+1 |
* | Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not | Luca Abeni | 2009-02-17 | 3 | -3/+3 |
* | Move to rtp.h the prototypes of all the functions defined in rtp.c | Luca Abeni | 2009-02-17 | 2 | -5/+4 |
* | use new metadata API in ape demuxer | Aurelien Jacobs | 2009-02-17 | 1 | -39/+11 |
* | avidec: fix error introduced in r17382 | Måns Rullgård | 2009-02-16 | 1 | -1/+1 |
* | Add a context to av_log() calls and modify a function prototype to allow it. | Benoit Fouet | 2009-02-16 | 1 | -15/+16 |
* | Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] | Ronald S. Bultje | 2009-02-16 | 2 | -4/+4 |
* | Add a context to av_log() call and update the trace not to be redundant. | Benoit Fouet | 2009-02-16 | 1 | -1/+1 |
* | Don't install rtsp.h. It is intended to be private, it depends on rtp code | Ronald S. Bultje | 2009-02-16 | 2 | -4/+1 |
* | Add a context to av_log() calls. | Benoit Fouet | 2009-02-16 | 1 | -3/+3 |
* | Add a context to av_log() call. | Benoit Fouet | 2009-02-16 | 1 | -1/+1 |
* | Add a context to av_log() calls. | Benoit Fouet | 2009-02-16 | 1 | -2/+2 |
* | Add a context to av_log() calls. | Benoit Fouet | 2009-02-16 | 1 | -9/+9 |
* | Add a context to av_log() call. | Benoit Fouet | 2009-02-16 | 1 | -1/+1 |
* | Add a context to av_log() calls and extend ape_dumpinfo prototype to do that. | Benoit Fouet | 2009-02-16 | 1 | -47/+47 |
* | fetch display aspect ratio from mpeg-2 essence | Baptiste Coudurier | 2009-02-16 | 1 | -8/+13 |
* | merge mxf_write_d10_packet into mxf_write_packet | Baptiste Coudurier | 2009-02-16 | 1 | -65/+30 |
* | Document ff_rtp_get_payload_type() | Luca Abeni | 2009-02-16 | 1 | -1/+8 |
* | Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not | Luca Abeni | 2009-02-16 | 4 | -4/+4 |
* | Make format long_names consistent. | Diego Biurrun | 2009-02-16 | 1 | -10/+10 |
* | fix mxf interleaving packet purge | Baptiste Coudurier | 2009-02-16 | 1 | -10/+9 |
* | Improve grammar: "X next after Y" -> "next X after Y". | Stefano Sabatini | 2009-02-15 | 2 | -3/+3 |
* | matroskaenc: use new metadata API | Aurelien Jacobs | 2009-02-15 | 1 | -6/+8 |
* | matroskadec: export language of metadata tags when available | Aurelien Jacobs | 2009-02-15 | 1 | -2/+14 |
* | matroskadec: add needed definitions forgotten in r17331 | Aurelien Jacobs | 2009-02-15 | 1 | -0/+5 |
* | matroskadec: add generic metadata support | Aurelien Jacobs | 2009-02-15 | 1 | -36/+69 |
* | matroskadec: read track and attachment uid | Aurelien Jacobs | 2009-02-15 | 1 | -2/+4 |
* | matroskadec: export track name through the metadata API | Aurelien Jacobs | 2009-02-15 | 1 | -1/+3 |