log raw.c @ 6440:8beba113f242 libavformat

age author description
Sun, 29 Aug 2010 22:02:47 +0000 aurel move ac3/eac3 demuxer to its own file libavformat
Sun, 29 Aug 2010 21:51:47 +0000 aurel move dnxhd demuxer to its own file libavformat
Sun, 29 Aug 2010 21:44:26 +0000 aurel move dirac demuxer to its own file libavformat
Sun, 29 Aug 2010 21:37:37 +0000 aurel move h261 demuxer to its own file libavformat
Sun, 29 Aug 2010 21:34:18 +0000 aurel move h263 demuxer to its own file libavformat
Sun, 29 Aug 2010 21:28:51 +0000 aurel move h264 demuxer to its own file libavformat
Sun, 29 Aug 2010 21:23:30 +0000 aurel move m4v demuxer to its own file libavformat
Sun, 29 Aug 2010 21:14:55 +0000 aurel move cavsvideo demuxer to its own file libavformat
Sun, 29 Aug 2010 20:36:23 +0000 aurel move mpegvideo demuxer to its own file libavformat
Sun, 29 Aug 2010 19:16:04 +0000 aurel move ingenient demuxer to its own file libavformat
Sun, 29 Aug 2010 19:00:40 +0000 aurel move DTS demuxer to its own file libavformat
Sun, 29 Aug 2010 18:33:39 +0000 aurel simplify code by using the AV_NE() macro libavformat
Sun, 29 Aug 2010 16:35:44 +0000 aurel move id roq muxer to its own file libavformat
Sun, 29 Aug 2010 16:18:20 +0000 aurel move ADTS AAC demuxer to its own file libavformat
Tue, 27 Jul 2010 08:21:23 +0000 mru Remove duplicate initialiser for cavsvideo_muxer.extensions libavformat
Tue, 27 Jul 2010 07:18:36 +0000 stefang add Chinese AVS encoding via external library libxavs libavformat
Sat, 24 Jul 2010 22:50:12 +0000 aurel add SubRip muxer and demuxer libavformat
Fri, 18 Jun 2010 23:17:20 +0000 michael Improve h263_probe() libavformat
Fri, 11 Jun 2010 13:44:57 +0000 cehoyos Generalize ID3v2 functions to support ID3v2-like ID headers with a libavformat
Fri, 11 Jun 2010 13:28:42 +0000 cehoyos Fix raw vc1 decoding - this is supposed to break FATE. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Sun, 14 Feb 2010 19:00:36 +0000 reimar Reindent libavformat
Sun, 14 Feb 2010 18:59:56 +0000 reimar Optimize h261_probe function, since it is far slower than all others. libavformat
Sun, 13 Dec 2009 22:12:20 +0000 michael Add CODEC_ID_DNXHD into the 25 fps case. libavformat
Tue, 08 Dec 2009 12:34:08 +0000 michael Raise threshold of h263 probe by 1 to avoid misdetection. libavformat
Tue, 08 Dec 2009 12:33:00 +0000 michael Add out commented av_log to debug h263_probe. libavformat
Sun, 08 Nov 2009 23:48:15 +0000 cehoyos Use enum instead of integer types where appropriate. libavformat
Mon, 05 Oct 2009 09:19:42 +0000 diego Fix pcm_read_seek () when the position it calculates is greater than 2 GB. libavformat
Fri, 02 Oct 2009 06:40:50 +0000 reimar Return any error return values from av_get_packet, get_buffer etc. unchanged libavformat
Thu, 01 Oct 2009 17:32:22 +0000 reimar Make rawvideo_read_packet return partial frames. libavformat
Thu, 01 Oct 2009 17:26:20 +0000 reimar Simplify: remove pointless {} and else libavformat
Thu, 01 Oct 2009 17:22:01 +0000 reimar Remove pointless setting of pkt->size, av_get_packet already handles this. libavformat
Thu, 01 Oct 2009 16:10:09 +0000 reimar av_new_packet failing should return ENOMEM, not EIO. libavformat
Tue, 29 Sep 2009 10:23:47 +0000 reimar Sync AC3 probe values with MP3 probe values, they have to avoid similar issues. libavformat
Tue, 15 Sep 2009 13:27:13 +0000 michael Make h261 and mpegvideo probe a little more robust so they dont fail with libavformat
Mon, 14 Sep 2009 21:50:23 +0000 reimar Make dnxhd probe more strict, fail if we detect values in header that would libavformat
Mon, 14 Sep 2009 21:29:19 +0000 michael Rewrite h261_probe(). libavformat
Mon, 14 Sep 2009 20:28:10 +0000 reimar Make DTS probe more robust against false positives (as e.g. probetest shows). libavformat
Mon, 14 Sep 2009 19:06:36 +0000 michael Rewrite h263_probe(). libavformat
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavformat
Fri, 24 Jul 2009 21:28:03 +0000 aurel fix compilation of cavsvideo demuxer libavformat
Fri, 19 Jun 2009 14:36:47 +0000 superdump Add support for id3 tag parsing for ADTS AAC streams libavformat
Wed, 22 Apr 2009 08:39:46 +0000 andoma It should be #if, not #ifdef libavformat
Tue, 21 Apr 2009 23:23:15 +0000 ramiro Add raw MLP muxer. libavformat
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavformat
Sun, 12 Apr 2009 00:25:37 +0000 bcoudurier fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples libavformat
Thu, 19 Mar 2009 21:46:56 +0000 ramiro Support raw TrueHD files libavformat
Sat, 14 Mar 2009 20:50:54 +0000 reimar Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly libavformat
Sun, 01 Mar 2009 03:48:35 +0000 michael Change the timebase of the raw demuxer to one that can represent the ts of fields. libavformat
Sat, 28 Feb 2009 17:24:46 +0000 jbr Separate the raw FLAC demuxer from raw.c and put in a new file, libavformat
Thu, 26 Feb 2009 02:21:43 +0000 jbr Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. libavformat
Sun, 22 Feb 2009 14:27:50 +0000 stefang consistent naming of Chinese AVS raw demuxer libavformat
Sat, 21 Feb 2009 10:34:29 +0000 stefang add raw demuxer for Chinese AVS elementary streams libavformat
Mon, 16 Feb 2009 16:09:58 +0000 benoit Add a context to av_log() call. libavformat
Mon, 16 Feb 2009 01:55:28 +0000 diego Make format long_names consistent. libavformat
Tue, 27 Jan 2009 18:01:26 +0000 benoit Whitespace cosmetics to align return statements. libavformat
Tue, 27 Jan 2009 18:00:40 +0000 benoit Check buffer is inside what is passed when probing for flac. libavformat
Sun, 25 Jan 2009 00:16:27 +0000 jbr Handle ID3v2 tags in raw FLAC streams by skipping them. libavformat
Mon, 19 Jan 2009 21:54:06 +0000 alexc Fix probing of files with ID3v2 tags. Discussed at libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Sun, 14 Dec 2008 14:01:12 +0000 michael Remove silly FIXME comment. libavformat
Tue, 02 Dec 2008 15:43:47 +0000 michael ADTS AAC probe. libavformat
Fri, 24 Oct 2008 01:42:57 +0000 bcoudurier raw dnxhd de/muxer libavformat
Sat, 18 Oct 2008 10:40:31 +0000 michael Assume mono if no other information for raw. libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Sun, 14 Sep 2008 20:00:36 +0000 jbr write number of samples in FLAC extradata. libavformat
Mon, 01 Sep 2008 17:20:49 +0000 jbr change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it libavformat
Mon, 01 Sep 2008 15:31:14 +0000 jbr simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs. libavformat
Mon, 01 Sep 2008 15:28:15 +0000 jbr check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER libavformat
Mon, 01 Sep 2008 14:33:54 +0000 jbr create a separate codec_id for E-AC-3 libavformat
Sat, 23 Aug 2008 22:36:35 +0000 pross Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio. libavformat
Fri, 15 Aug 2008 19:24:55 +0000 diego Surround format-specific functions with matching preprocessor conditionals. libavformat
Fri, 15 Aug 2008 17:28:20 +0000 diego Surround AVInputFormat declarations with format-specific #ifdefs. libavformat
Fri, 15 Aug 2008 16:54:27 +0000 diego Replace generic CONFIG_MUXERS preprocessor condition around format-specific libavformat
Fri, 15 Aug 2008 16:48:05 +0000 diego Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat libavformat
Fri, 15 Aug 2008 16:37:59 +0000 diego cosmetics: Remove redundant #endif comments that are very close to the #ifdef libavformat
Fri, 15 Aug 2008 16:33:12 +0000 diego cosmetics: misc spelling fixes libavformat
Thu, 31 Jul 2008 18:12:37 +0000 bcoudurier check url_fseek return value libavformat
Sat, 26 Jul 2008 18:54:26 +0000 michael Detect IDR less H.264 correctly. libavformat
Sat, 12 Jul 2008 19:50:48 +0000 michael h264_probe() libavformat
Mon, 07 Jul 2008 11:11:08 +0000 diego Alphabetically order AVInputFormat/AVOutputFormat declarations. libavformat
Mon, 07 Jul 2008 10:45:36 +0000 diego Add a note to remind people to add new raw formats to the Makefile. libavformat
Mon, 07 Jul 2008 10:37:18 +0000 diego spelling cosmetics in PCM codec long names libavformat
Thu, 19 Jun 2008 23:25:04 +0000 bcoudurier remove useless close funcs libavformat
Thu, 05 Jun 2008 15:03:55 +0000 diego cosmetics: s/Id/id/ in libavformat where Id refers to id Software. libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Fri, 30 May 2008 16:05:56 +0000 ramiro raw mlp demuxer libavformat
Mon, 12 May 2008 10:30:40 +0000 cehoyos Replace some occurrences of 0 with CODEC_ID_NONE. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Sat, 03 May 2008 00:12:32 +0000 banan dts probe libavformat
Fri, 02 May 2008 14:52:39 +0000 lu_zero Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, libavformat
Mon, 28 Apr 2008 18:29:42 +0000 michael raw GSM demuxer (does not work yet as parser is missing) libavformat
Mon, 28 Apr 2008 14:14:44 +0000 bcoudurier set demuxers .value and use common audio_read_header function libavformat
Tue, 22 Apr 2008 11:14:01 +0000 bwolowiec change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavformat
Mon, 21 Apr 2008 15:20:53 +0000 andoma Compute AC3 frame CRC for stronger raw AC3 format probing. libavformat
Sun, 20 Apr 2008 20:28:12 +0000 banan Raw dts muxer libavformat
Sat, 12 Jan 2008 00:24:10 +0000 michael Set pts/dts in raw (yuv,rgb,pcm) demuxers. libavformat
Wed, 26 Dec 2007 22:28:22 +0000 michael Do not force fps unless the user actually specified one. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Tue, 11 Sep 2007 09:27:46 +0000 aurel move unrelated functions declarations out of allformats.h libavformat
Fri, 10 Aug 2007 17:05:12 +0000 michael 100000l (forgotten return) libavformat
Fri, 10 Aug 2007 16:12:50 +0000 michael remove unneeded buf_size check (see AVPROBE_PADDING_SIZE) libavformat
Fri, 10 Aug 2007 16:06:18 +0000 michael flac probe libavformat
Sun, 05 Aug 2007 03:36:50 +0000 jbr 10l to me. Revert recent changes to ac3_probe() which made misdetection as AC3 too probable. libavformat
Sun, 05 Aug 2007 00:47:07 +0000 bcoudurier remove useless raw_write_header libavformat
Sun, 05 Aug 2007 00:32:19 +0000 jbr additional tweaks to AC3 probe function. give a higher score to a single frame libavformat
Sat, 04 Aug 2007 23:53:05 +0000 jbr increase the maximum AC3 probe buffer size and reduce the threshold for 50% reliability score to 2 frames. Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable. libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Thu, 19 Jul 2007 15:21:30 +0000 takis Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformat
Sun, 08 Jul 2007 03:16:59 +0000 romansh * Getting rid of the use of GCC language extensions libavformat
Sat, 07 Jul 2007 13:46:28 +0000 mru kill uninitialised variable warning in ac3_probe() libavformat
Wed, 27 Jun 2007 06:54:47 +0000 benoit remove empty write trailer functions libavformat
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavformat
Wed, 23 May 2007 07:17:17 +0000 benoit add rgb suffix handling for demuxer libavformat
Wed, 09 May 2007 23:07:40 +0000 diego RoQ muxer, patch by Vitor, vitor1001 gmail com libavformat
Tue, 08 May 2007 23:25:31 +0000 aurel move aac and ac3 parsers in their own files libavformat
Mon, 07 May 2007 11:57:46 +0000 michael improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4) libavformat
Wed, 25 Apr 2007 09:01:54 +0000 benoit add rgb suffix to rawvideo muxer libavformat
Sun, 15 Apr 2007 13:51:57 +0000 aurel add an enum for need_parsing libavformat