log

age author description
2006-08-03 bcoudurier add codec detection based on essence container ul libavformat
2006-08-02 bcoudurier resolve strong refs in parse_structural_metadata since objects may not be ordered, use object oriented approach libavformat
2006-08-02 bcoudurier remove unneeded audio fourcc as well libavformat
2006-08-02 reimar Minor resync optimization libavformat
2006-08-02 lucabe Do not set the codec's pixel format in the format's write_header() libavformat
2006-08-02 bcoudurier do not set unneeded fourcc libavformat
2006-08-01 bcoudurier fix ending null entry in table libavformat
2006-08-01 bcoudurier more codecs uls libavformat
2006-08-01 bcoudurier move common code from mov.c and movenc.c to isom.c libavformat
2006-08-01 bcoudurier add some useful debug info libavformat
2006-08-01 reimar Support for seeking, both with and without index and correct timestamps libavformat
2006-08-01 bcoudurier negative to_pad won't provoke infinite loop libavformat
2006-08-01 bcoudurier avoid reading beyond packet size libavformat
2006-08-01 bcoudurier skip run-in sequence during probe libavformat
2006-07-31 bcoudurier simplify using function table libavformat
2006-07-31 bcoudurier parse aes3 audio descriptor libavformat
2006-07-30 bcoudurier use parenthesis around value libavformat
2006-07-30 reimar Fix typo in comment libavformat
2006-07-29 gpoirier The reader ignores the size of the ASF data object and keeps on libavformat
2006-07-29 bcoudurier add information about codec uls libavformat
2006-07-29 bcoudurier another MPEG-2 long gop codec ul libavformat
2006-07-29 bcoudurier another MPEG-2 long gop codec ul libavformat
2006-07-29 bcoudurier add uncompressed picture support libavformat
2006-07-29 bcoudurier parse rgba descriptor (jpeg2000, uncompressed) libavformat
2006-07-29 bcoudurier add common codecs uls libavformat
2006-07-29 bcoudurier simplify PRINT_KEY libavformat
2006-07-29 bcoudurier add some debug infos libavformat
2006-07-29 bcoudurier get rid of DECLARED_ALIGNED libavformat
2006-07-29 stefang add new tag 'CAVS' for Chinese AVS codec libavformat
2006-07-28 bcoudurier cosmetics libavformat
2006-07-28 bcoudurier use ternary libavformat
2006-07-28 bcoudurier remove useless variables libavformat
2006-07-28 bcoudurier rename variables libavformat
2006-07-28 bcoudurier add error messages libavformat
2006-07-28 bcoudurier demuxer reworked, more accurate parsing, prepare handling of other operational patterns, streaming demuxing, simplified codec detection libavformat
2006-07-28 bcoudurier declare and use UID type libavformat
2006-07-28 reimar Set duration to AV_NOPTS_VALUE instead of 0 when unknown. libavformat
2006-07-26 diego Fix FSF postal address. libavformat
2006-07-25 bcoudurier MXF demuxer libavformat
2006-07-23 reimar Try to find out correct start time to make seeking faster and add some libavformat
2006-07-20 michael fix regression failure after adler simplification libavformat
2006-07-19 bcoudurier GXF muxer libavformat
2006-07-19 michael simplify libavformat
2006-07-19 gpoirier Fix memleak, patch by I. Po % yyymmmm # gmail O com % libavformat
2006-07-18 michael simplify b64_encode() libavformat
2006-07-17 michael add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel ad pylonsoft mot ch ) libavformat
2006-07-17 michael fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) libavformat
2006-07-13 mru replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use libavformat
2006-07-13 mru move adler32 to libavutil libavformat
2006-07-13 mru add loop_input to AVFormatContext, getting rid of old hack libavformat
2006-07-13 mru add lost raw pcm input/output formats libavformat
2006-07-12 mru nut needs crc.o libavformat
2006-07-12 mru move common stuff from avienc.c and wav.c to new file riff.c libavformat
2006-07-11 diego CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just libavformat
2006-07-11 diego CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo libavformat
2006-07-10 mru allow individual selection of muxers and demuxers libavformat
2006-07-10 bcoudurier assign exact codec id, needed when stream copy libavformat
2006-07-09 mru give AVInput/OutputFormat structs consistent names libavformat
2006-07-09 michael remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) libavformat
2006-07-08 bcoudurier simplify, use LE_32, BE_32 macros libavformat
2006-07-08 mru Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT). libavformat
2006-07-08 bcoudurier clean up useless code libavformat
2006-07-08 bcoudurier better handling of partial files libavformat
2006-07-08 bcoudurier new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm libavformat
2006-07-08 aurel set proper bits_per_sample value for ADPCM codecs libavformat
2006-07-07 aurel simplify the voc demuxer using av_get_bits_per_sample() libavformat
2006-07-07 bcoudurier av_get_bits_per_sample and due simplifications libavformat
2006-07-07 bcoudurier add MS ADPCM fourcc libavformat
2006-07-07 bcoudurier skip others fourcc, if present libavformat
2006-07-07 bcoudurier clean libavformat
2006-07-06 bcoudurier typo fix libavformat
2006-07-06 bcoudurier 10l, all modes is 0x81FF libavformat
2006-07-06 bcoudurier simplify and write correct values conforming to specs libavformat
2006-07-06 michael check for unparsed AMR input libavformat
2006-07-06 michael vbr requires version=1 and samplesize=0 per QT spec libavformat
2006-07-05 diego Fix compilation with --disable-muxers. libavformat
2006-07-05 diego cosmetics: Break overly long lines. libavformat
2006-07-04 bcoudurier write exact values for audio stsd v1 libavformat
2006-07-03 mru attempt to detect Chinese AVS video libavformat
2006-07-03 reimar add GXF demuxer libavformat
2006-07-02 mru kill warnings libavformat
2006-06-30 gpoirier Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h" libavformat
2006-06-30 gpoirier Move initialisations and internal symbols in allformats.h, libavformat
2006-06-29 mru extradata may be used as bitstream reader input so allocate with padding libavformat
2006-06-29 mru detect audio-only program streams and broken files made by VDR libavformat
2006-06-29 mru do not fail av_find_stream_info() if params for all streams could not be found libavformat
2006-06-28 mru detect MPEG PES streams as MPEG PS; the PS demuxer will cope libavformat
2006-06-28 lucabe Properly set the image depth libavformat
2006-06-28 michael dont read over the end of a data chunk and at the end search for the next libavformat
2006-06-25 lu_zero cleanup patch from Diego Pettenò <flameeyes@gentoo.org> libavformat
2006-06-25 mru s/u_char/uint8_t/ accidentally copied from tcvp libavformat
2006-06-25 mru 10l: don't allocate a new buffer quite so often libavformat
2006-06-25 mru cleaned up buffer management libavformat
2006-06-25 bcoudurier check only existing streams libavformat
2006-06-24 lu_zero minor cleanup libavformat
2006-06-24 bcoudurier simplify libavformat