4285 Commits (c79de5c07b889e40844c5363cadb51d79fd4ff6f)

Author SHA1 Message Date
  Baptiste Coudurier 87609b51da cosmetics 17 years ago
  Baptiste Coudurier 985688b8e5 remove warnings about uninitialized vars 17 years ago
  Baptiste Coudurier 3d1b0fcd59 cosmetics 17 years ago
  David Conrad f620488654 Add support for muxing mov/mp4/3gp timed text streams 17 years ago
  David Conrad 58e9f2edb6 Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text 17 years ago
  Baptiste Coudurier fd7f59639c remove comment, this is not relevant anymore 17 years ago
  Baptiste Coudurier 2ba0470e81 reindent 17 years ago
  Baptiste Coudurier 7d637efa80 check for negative dts value even if bitstream is already formated, 17 years ago
  Stefano Sabatini 708ec8fb31 Move the AVFormatContext options definition to a dedicated file, 17 years ago
  Ronald S. Bultje 9211bcddb4 Reindent to properly fit a 80 chars terminal. 17 years ago
  Ronald S. Bultje ff16f551cf Reindent after r16509. 17 years ago
  Ronald S. Bultje 83d14c85da Apply rtpmap: SDP lines to the last m= line only, since they generally just 17 years ago
  Baptiste Coudurier fa50a0276f only set le if value is 1, fix boom5.mov, issue #770 17 years ago
  Luca Abeni 65007a4fa0 Do not assume that if pkt->destruct != av_destruct_packet then it is not 17 years ago
  Ronald S. Bultje e49906c321 Increase buffer size for RTP packet data because some ASF streams use a 17 years ago
  Aurelien Jacobs 5ce0043367 rename ff_metadata_sync_compat to ff_metadata_mux_compat 17 years ago
  Aurelien Jacobs 97ca83a566 move ff_metadata_sync_compat to metadata_compat.c 17 years ago
  Aurelien Jacobs e99f76ab79 Add a second metadata compatibility layer, so that metadata that gets 17 years ago
  Ben Littler 54f8abde93 cosmetics: CJPG is from Creative Webcam 17 years ago
  Ben Littler 949462b32e fourcc CJPG is sequential jpeg 17 years ago
  Baptiste Coudurier 15cdff8525 100l, add missing enum type, fix compilation 17 years ago
  Baptiste Coudurier 8a47ad5e7c use lower case x and alternate format for hex in printf 17 years ago
  Baptiste Coudurier 861b4f012a print more debug information if enabled, including index 17 years ago
  Dominique Leuenberger 6fde7afa8d Fix a compiler warning: 17 years ago
  Michael Niedermayer 9f06bd9e96 Do not try to duplicate packets that have data==NULL. 17 years ago
  Ronald S. Bultje 6e5f27ca80 Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by 17 years ago
  Ronald S. Bultje 70d4b8ce50 Fix doxy comments missing one '*'. 17 years ago
  Ronald S. Bultje 7a86bafa20 Use the "server" RTSP field to detect whether the server that we're talking 17 years ago
  Ronald S. Bultje 74272b1c0c Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future 17 years ago
  Ronald S. Bultje b0d75d6036 Don't use s->pb if a local ByteIOContext was already provided by the calling 17 years ago
  Ronald S. Bultje 572c6a3814 Allow subscription to any of the streams, not just the first, available in 17 years ago
  Ronald S. Bultje 7c68a17754 Parse the OpaqueData field for every AVStream represented by this "set of 17 years ago
  Ronald S. Bultje 530bca9439 Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in 17 years ago
  Ronald S. Bultje 3ca45429fe Parse the ASMRuleBook SDP line to dynamically create one new AVStream for 17 years ago
  Diego Biurrun 3a8e375acf Remove inappropriate const qualifier from function argument, fixes the warning: 17 years ago
  Aurelien Jacobs 094d9df72e free all allocated metadata structures 17 years ago
  Diego Biurrun ec0052760e cosmetics: alphabetical order 17 years ago
  Aurelien Jacobs 7cfe7d77a4 ignore year=0 and track=0 17 years ago
  Aurelien Jacobs 176aee8282 Add a metadata compatibility layer, so that when a user application set 17 years ago
  Aurelien Jacobs e232c2529e add a typedef for AVMetadata 17 years ago
  Diego Biurrun 52e57500bb Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned 17 years ago
  Roman Shaposhnik 6d8b21f3e8 additional recovery for the badly broken streams 17 years ago
  Aurelien Jacobs bc1d2afb37 rename AVMetaData to AVMetadata and meta_data to metadata 17 years ago
  Aurelien Jacobs f526adaf19 add metadata in AVStream, AVProgram and AVChapter 17 years ago
  Mike Melanson ea29242cc7 Ministry of English Composition treatment for the new metadata API 17 years ago
  Michael Niedermayer 06a7bd9a2e 10l format include path for metadata.h 17 years ago
  Michael Niedermayer a6d18a0e6a Move metadata API from avcodec to avformat. 17 years ago
  Michael Niedermayer 47146dfbf6 Generic metadata API. 17 years ago
  Yoav Steinberg 853a97530e If we find a VBR tag at the beginning of the file don't attempt to 17 years ago
  Stefano Sabatini 1ca9133fb4 Drop the deprecated parse_image_size() and parse_frame_rate() functions 17 years ago