4523 Commits (ca14e2a8b7d47fbfe99df092add587c1fce56895)

Author SHA1 Message Date
  Aurelien Jacobs a233eaa618 use new metadata API in nsv demuxer 17 years ago
  Aurelien Jacobs 4b358c3e60 use new metadata API in mpegts muxer 17 years ago
  Diego Biurrun 30f68128ab Add missing #includes to fix 'make checkheaders'. 17 years ago
  Aurelien Jacobs 1f1ff73156 remove now useless get_str16() from rmdec.c 17 years ago
  Aurelien Jacobs 7379d5bc0b use new metadata API in rm (de)muxer 17 years ago
  Aurelien Jacobs 41d7f7bdb9 apedec: display a warning when truncating a metadata tag 17 years ago
  Diego Biurrun 1bf6e565dd cosmetics: 'const static' --> 'static const' to avoid warnings of the type 17 years ago
  Luca Abeni bf6d981806 Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not 17 years ago
  Luca Abeni e5f483c604 Move to rtp.h the prototypes of all the functions defined in rtp.c 17 years ago
  Aurelien Jacobs 3f9867b150 use new metadata API in ape demuxer 17 years ago
  Måns Rullgård 037c08d6cd avidec: fix error introduced in r17382 17 years ago
  Benoit Fouet 87ad63c0f9 Add a context to av_log() calls and modify a function prototype to allow it. 17 years ago
  Ronald S. Bultje 2a1d51c573 Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] 17 years ago
  Benoit Fouet b4314bff6b Add a context to av_log() call and update the trace not to be redundant. 17 years ago
  Ronald S. Bultje 3b0fc60592 Don't install rtsp.h. It is intended to be private, it depends on rtp code 17 years ago
  Benoit Fouet 0fd7c133f4 Add a context to av_log() calls. 17 years ago
  Benoit Fouet ff9843ca39 Add a context to av_log() call. 17 years ago
  Benoit Fouet c102347088 Add a context to av_log() calls. 17 years ago
  Benoit Fouet 871e62e529 Add a context to av_log() calls. 17 years ago
  Benoit Fouet b9450753ea Add a context to av_log() call. 17 years ago
  Benoit Fouet 76b9092f24 Add a context to av_log() calls and extend ape_dumpinfo prototype to do that. 17 years ago
  Baptiste Coudurier e86a14ded9 fetch display aspect ratio from mpeg-2 essence 17 years ago
  Baptiste Coudurier d1fa518e9c merge mxf_write_d10_packet into mxf_write_packet 17 years ago
  Luca Abeni b0a880b38b Document ff_rtp_get_payload_type() 17 years ago
  Luca Abeni 0550b58f4e Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not 17 years ago
  Diego Biurrun b4ee1d3911 Make format long_names consistent. 17 years ago
  Baptiste Coudurier fe5a361c3a fix mxf interleaving packet purge 17 years ago
  Stefano Sabatini c1b0210115 Improve grammar: "X next after Y" -> "next X after Y". 17 years ago
  Aurelien Jacobs 5e56599878 matroskaenc: use new metadata API 17 years ago
  Aurelien Jacobs f702df396d matroskadec: export language of metadata tags when available 17 years ago
  Aurelien Jacobs cf960242a4 matroskadec: add needed definitions forgotten in r17331 17 years ago
  Aurelien Jacobs 929e9de7a1 matroskadec: add generic metadata support 17 years ago
  Aurelien Jacobs 325ace3efc matroskadec: read track and attachment uid 17 years ago
  Aurelien Jacobs 38766e084f matroskadec: export track name through the metadata API 17 years ago
  Aurelien Jacobs 6cb6e159f8 matroskadec: use new metadata API to export some simple information 17 years ago
  Stefano Sabatini d1037c1205 Do not export to the public the first_protocol symbol at the next 17 years ago
  Stefano Sabatini 9075d1e027 Document av_protocol_next(). 17 years ago
  Stefano Sabatini 5d37750187 Replace calls/references of the deprecated register_protocol() 17 years ago
  Stefano Sabatini 65c40e4e3a Rename register_protocol() to av_register_protocol() and deprecate 17 years ago
  Aurelien Jacobs 54b4ea57fd demux some more metadata tags in mov 17 years ago
  Stefano Sabatini aeedac95cc Document av_iformat_next() and av_oformat_next() functions. 17 years ago
  Aurelien Jacobs 49674dd052 use new metadata API in mov demuxer 17 years ago
  Michael Niedermayer 8ba311410a Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incompatible pointer type" 17 years ago
  Peter Ross bad4a6bbb7 Use consistent indent style in oggdec. 17 years ago
  Patrik Kullman eca406e284 Add libavcodec/internal.h include to avoid warning: implicit declaration of 17 years ago
  Baptiste Coudurier 73d0869a2f compute body offset and index entry offset correctly 17 years ago
  Thierry Foucu 2ead1eb0ff use correct field number for video according to specs, patch by Thierry Foucu, tfoucu at gmail dot com 17 years ago
  Baptiste Coudurier 032d8aece2 cosmetics, rename nb_frames to nb_fields 17 years ago
  Baptiste Coudurier ab91e84d2b fix slice offset computation 17 years ago
  Diego Biurrun 67164b0c13 Remove pointless #if around the file, it is already conditionally compiled. 17 years ago