4589 Commits (5e293c424d8035449cadc90dc8bf55ee09e01ce6)

Author SHA1 Message Date
Peter Ross 0e9602ef93 FLV demuxer: return AVERROR_EOF upon detection of end of file. 16 years ago
Peter Ross 1e04bbeede AVI demuxer: return AVERROR_EOF upon detection of end of file. 16 years ago
Aurelien Jacobs d52b39c79c fix missing dependencies 16 years ago
Ivan Schreter 6363af44da Add key_frame to AVCodecParserContext, used in libavformat. 16 years ago
avcoder 1447aac4be av_alloc_format_context has been renamed, update AVFormatContext av_class 16 years ago
Baptiste Coudurier 7b05a81687 fix partition index byte count 16 years ago
Baptiste Coudurier 454d53ed9e always use multi track since timecode track is present 16 years ago
Baptiste Coudurier 6739fa54b8 fix preface version 16 years ago
Baptiste Coudurier 50ced76f4b check fifo size and realloc if needed 16 years ago
Baptiste Coudurier ef33facdfe start counting track number from 0 16 years ago
Baptiste Coudurier 5bea4f6770 remove redundant comment 16 years ago
Baptiste Coudurier c3ff541baa do not write slice count when muxing cbr 16 years ago
Baptiste Coudurier 8ab94b524b flush pending write in mxf_write_footer 16 years ago
Baptiste Coudurier 659713bf86 use index 0 for timecode track and write it in source package also 16 years ago
Baptiste Coudurier 6c53bf63c6 fix rip body sid when muxing cbr 16 years ago
Baptiste Coudurier 42c6850ed2 simplify descriptor size computation logic 16 years ago
Aurelien Jacobs a233eaa618 use new metadata API in nsv demuxer 16 years ago
Aurelien Jacobs 4b358c3e60 use new metadata API in mpegts muxer 16 years ago
Diego Biurrun 30f68128ab Add missing #includes to fix 'make checkheaders'. 16 years ago
Aurelien Jacobs 1f1ff73156 remove now useless get_str16() from rmdec.c 16 years ago
Aurelien Jacobs 7379d5bc0b use new metadata API in rm (de)muxer 16 years ago
Aurelien Jacobs 41d7f7bdb9 apedec: display a warning when truncating a metadata tag 16 years ago
Diego Biurrun 1bf6e565dd cosmetics: 'const static' --> 'static const' to avoid warnings of the type 16 years ago
Luca Abeni bf6d981806 Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not 16 years ago
Luca Abeni e5f483c604 Move to rtp.h the prototypes of all the functions defined in rtp.c 16 years ago
Aurelien Jacobs 3f9867b150 use new metadata API in ape demuxer 16 years ago
Måns Rullgård 037c08d6cd avidec: fix error introduced in r17382 16 years ago
Benoit Fouet 87ad63c0f9 Add a context to av_log() calls and modify a function prototype to allow it. 16 years ago
Ronald S. Bultje 2a1d51c573 Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] 16 years ago
Benoit Fouet b4314bff6b Add a context to av_log() call and update the trace not to be redundant. 16 years ago
Ronald S. Bultje 3b0fc60592 Don't install rtsp.h. It is intended to be private, it depends on rtp code 16 years ago
Benoit Fouet 0fd7c133f4 Add a context to av_log() calls. 16 years ago
Benoit Fouet ff9843ca39 Add a context to av_log() call. 16 years ago
Benoit Fouet c102347088 Add a context to av_log() calls. 16 years ago
Benoit Fouet 871e62e529 Add a context to av_log() calls. 16 years ago
Benoit Fouet b9450753ea Add a context to av_log() call. 16 years ago
Benoit Fouet 76b9092f24 Add a context to av_log() calls and extend ape_dumpinfo prototype to do that. 16 years ago
Baptiste Coudurier e86a14ded9 fetch display aspect ratio from mpeg-2 essence 16 years ago
Baptiste Coudurier d1fa518e9c merge mxf_write_d10_packet into mxf_write_packet 16 years ago
Luca Abeni b0a880b38b Document ff_rtp_get_payload_type() 16 years ago
Luca Abeni 0550b58f4e Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not 16 years ago
Diego Biurrun b4ee1d3911 Make format long_names consistent. 16 years ago
Baptiste Coudurier fe5a361c3a fix mxf interleaving packet purge 16 years ago
Stefano Sabatini c1b0210115 Improve grammar: "X next after Y" -> "next X after Y". 16 years ago
Aurelien Jacobs 5e56599878 matroskaenc: use new metadata API 16 years ago
Aurelien Jacobs f702df396d matroskadec: export language of metadata tags when available 16 years ago
Aurelien Jacobs cf960242a4 matroskadec: add needed definitions forgotten in r17331 16 years ago
Aurelien Jacobs 929e9de7a1 matroskadec: add generic metadata support 16 years ago
Aurelien Jacobs 325ace3efc matroskadec: read track and attachment uid 16 years ago
Aurelien Jacobs 38766e084f matroskadec: export track name through the metadata API 16 years ago