4593 Commits (0d2e86d7aee94aed5205bc9b8a031b2d5a78bb76)

Author SHA1 Message Date
  Aurelien Jacobs 0d2e86d7ae use new metadata API in wc3 demuxer 17 years ago
  Stefano Sabatini 3f4c2bf99b Mark as "internal but installed" the avio.h file. 17 years ago
  Stefano Sabatini aafe9b635e Add a @file notice to avio.h. 17 years ago
  Aurelien Jacobs 17af052531 move static tables from asf.h to non-static tables in asf.c 17 years ago
  Aurelien Jacobs 5e293c424d rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency 17 years ago
  Aurelien Jacobs 6352c6bb63 fix a memleak in av_metadata_set() 17 years ago
  Ronald S. Bultje 144ae29dde Implement marker bit, which is used for several RTP payloads currently 17 years ago
  Ronald S. Bultje a68d44ed6f Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing 17 years ago
  Ronald S. Bultje 26d6b3e230 Document rtsp.h, see "[PATCH] document rtsp.h" thread. 17 years ago
  Aurelien Jacobs d9fc9ff31b movenc: add muxing of language along with metadata tags when available 17 years ago
  Aurelien Jacobs 2904fd398f return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking 17 years ago
  Aurelien Jacobs b97fb809b8 cosmetics: indentation 17 years ago
  Aurelien Jacobs 1ee2d44805 use new metadata API in mov muxer 17 years ago
  Aurelien Jacobs ed118841ea don't trigger metadata compatibility code when user app already set metadata 17 years ago
  Baptiste Coudurier e34a5996b9 dv probe 17 years ago
  Justin Ruggles 2578326f13 Share the function to write a raw FLAC header and use it in the Matroska 17 years ago
  Justin Ruggles faec0eba8b cosmetics: add a comment in flac_write_header(). 17 years ago
  Justin Ruggles 25582b8929 Add support for full header extradata to raw FLAC muxer. 17 years ago
  Justin Ruggles 59c6178a54 Use a shared function to validate FLAC extradata. 17 years ago
  Justin Ruggles caee91f7d0 Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. 17 years ago
  Diego Biurrun 22e77e44dd spelling/wording/grammar cosmetics 17 years ago
  Michael Niedermayer 882fb0a3ad untypo 17 years ago
  Baptiste Coudurier 28c1720023 fix index edit rate, inverse num and den 17 years ago
  Baptiste Coudurier e38badbc21 simplify, use codec->block_align 17 years ago
  Baptiste Coudurier 37653f0b93 set channel number even for inactive channels 17 years ago
  Baptiste Coudurier 6df1deda30 do not set frame start bit since marked as not used and factorize 17 years ago
  Michael Niedermayer 1de2db8fab AVInputFormat.reed_seek2() 17 years ago
  Ivan Schreter 27ca0a79c9 Add timestamp computation if values are exported by decoder. 17 years ago
  Ivan Schreter 810c451b02 Change duration computation to use time_base instead of TB/2. 17 years ago
  Michael Niedermayer 2591821213 Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. 17 years ago
  Michael Niedermayer 7f123e7f8a Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same 17 years ago
  Baptiste Coudurier 40284e9c8b start track id at 2, track id 1 for timecode 17 years ago
  Michael Niedermayer 1d14361dec Allow av_find_stream_info() to be aborted. 17 years ago
  Stefan Gehrer b81350a866 consistent naming of Chinese AVS raw demuxer 17 years ago
  Reimar Döffinger 67d44b84c1 Support playback of incorrectly cut DV files where the headers do not 17 years ago
  Baptiste Coudurier bc64cb9680 check av_get_packet return value 17 years ago
  Baptiste Coudurier 0d8f0abfb9 return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem 17 years ago
  Baptiste Coudurier d2718187b9 parse aac extradata to fetch channels and sample rate, patch from Netgem 17 years ago
  Michael Niedermayer c132938d52 Waste less space for printing timebases. 17 years ago
  Ronald S. Bultje a9e534d561 Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the 17 years ago
  Michael Niedermayer fa0e036d7f Print all timebases (idea from netgem) 17 years ago
  Michael Niedermayer c60a0f85ee Check for alloc failures. 17 years ago
  Michael Niedermayer 8ebe099ac0 Check for EOF during index reading. 17 years ago
  Ivan Schreter 346db3ef7f Use context variable repeat_pict for frame duration computation and 17 years ago
  Michael Niedermayer f5007cc844 Handle chunks with the MSB in size set correctly that is unsigned. 17 years ago
  Michael Niedermayer 73d65a96ae Be less noisy with invalid pts/dts. 17 years ago
  Michael Niedermayer 31f2616db8 Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. 17 years ago
  Ronald S. Bultje d541a7d2d1 Change sizeof(struct_type) to sizeof(variable). 17 years ago
  Stefan Gehrer 9f2fc1268c add raw demuxer for Chinese AVS elementary streams 17 years ago
  Ivan Schreter b1fa494205 Add convergence_duration to AVCodecParserContext. 17 years ago