log

age author description
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavformat
Mon, 13 Apr 2009 04:02:51 +0000 bcoudurier seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext libavformat
Mon, 13 Apr 2009 03:38:55 +0000 bcoudurier Set frame defaults in try_decode_frame. libavformat
Mon, 13 Apr 2009 03:32:02 +0000 bcoudurier reindent libavformat
Sun, 12 Apr 2009 09:04:12 +0000 bcoudurier remove useless wrapper libavformat
Sun, 12 Apr 2009 08:53:22 +0000 reimar Move ea demuxer messages that are irrelevant to ordinary users from libavformat
Sun, 12 Apr 2009 08:52:16 +0000 bcoudurier remove useless wrapper libavformat
Sun, 12 Apr 2009 08:49:20 +0000 reimar Slightly improve/correct description of wc3_pal_lookup libavformat
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavformat
Sun, 12 Apr 2009 04:01:03 +0000 michael Disable metadata reading. Yes, I would like to know what this code is good for libavformat
Sun, 12 Apr 2009 03:08:46 +0000 bcoudurier replace DEBUG_SI with DEBUG and use dprintf libavformat
Sun, 12 Apr 2009 02:39:16 +0000 bcoudurier Set stream type to ac3 if registration descriptor is present. libavformat
Sun, 12 Apr 2009 02:32:02 +0000 bcoudurier simplify registration descriptor parsing with bytestream get functions libavformat
Sun, 12 Apr 2009 02:19:40 +0000 bcoudurier Ok, ts demuxer is more complicated than I thought libavformat
Sun, 12 Apr 2009 01:37:34 +0000 bcoudurier fix end of buffer check, fix hang_read_header.h264.ts 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
Sat, 11 Apr 2009 22:38:00 +0000 reimar Simplify packet duplication code in ff_interleave_add_packet. libavformat
Sat, 11 Apr 2009 21:45:57 +0000 reimar Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign expansion. libavformat
Sat, 11 Apr 2009 20:48:56 +0000 reimar wc3movie: return partial packets if not all data can be read. libavformat
Sat, 11 Apr 2009 20:08:16 +0000 reimar Explain the purpose of the wc3_pal_lookup and the formula that was used to libavformat
Sat, 11 Apr 2009 18:58:55 +0000 reimar Use get_le32/get_be32 in wc3movie demuxer instead of reading everything into libavformat
Sat, 11 Apr 2009 12:42:29 +0000 reimar Get rid of av_destruct_packet_nofree and use NULL instead. libavformat
Sat, 11 Apr 2009 10:41:06 +0000 reimar Reindent libavformat
Sat, 11 Apr 2009 10:38:56 +0000 reimar Make electronicarts demuxer return partial frames, this is the default libavformat
Fri, 10 Apr 2009 17:12:36 +0000 diego Replace rand() usage by av_lfg_get(). libavformat
Fri, 10 Apr 2009 15:16:11 +0000 diego cosmetics: Align output columns. libavformat
Fri, 10 Apr 2009 12:49:53 +0000 aurel remove useless duplication of what av_new_stream() already does libavformat
Fri, 10 Apr 2009 12:18:04 +0000 stefano Add 'PNG1' to PNG fourcc codes. libavformat
Fri, 10 Apr 2009 11:03:06 +0000 stefano Make try_decode_frame() use the new avcodec_decode_* API. libavformat
Thu, 09 Apr 2009 21:48:45 +0000 lucabe AAC packetiser cleanup: use consts instead of #defines libavformat
Thu, 09 Apr 2009 21:39:07 +0000 lucabe AAC packetiser cleanup: remove check for a condition that cannot happen libavformat
Thu, 09 Apr 2009 21:37:11 +0000 lucabe Fix two checks in the AAC packetiser, which were too conservative libavformat
Thu, 09 Apr 2009 14:16:22 +0000 reimar Fix memleak in nuv demuxer: free packet already allocated packet when libavformat
Wed, 08 Apr 2009 20:20:42 +0000 reimar Correctly set packet size for partial video packets in nuv demuxer. libavformat
Wed, 08 Apr 2009 20:19:12 +0000 reimar Add av_shrink_packet function for use in av_get_packet that reduces pkt->size libavformat
Wed, 08 Apr 2009 16:01:10 +0000 cehoyos Reduce code duplication. libavformat
Wed, 08 Apr 2009 07:16:14 +0000 lucabe Add support for AMR audio in the RTP muxer libavformat
Wed, 08 Apr 2009 03:38:59 +0000 bcoudurier force sample for qcelp when not stored in mov, fix #968 libavformat
Wed, 08 Apr 2009 03:06:08 +0000 rbultje Reindent after r18372. libavformat
Wed, 08 Apr 2009 03:04:57 +0000 rbultje Add waveformat-extensible support in the wav muxer. libavformat
Tue, 07 Apr 2009 22:34:05 +0000 bcoudurier move codec tag tables near corresponding code libavformat
Tue, 07 Apr 2009 22:31:53 +0000 bcoudurier cosmetics, reindent libavformat
Tue, 07 Apr 2009 22:31:17 +0000 bcoudurier cosmetics, add empty line and remove useless braces libavformat
Tue, 07 Apr 2009 22:28:39 +0000 bcoudurier fix compilation, add missing parenthesis libavformat
Tue, 07 Apr 2009 22:26:47 +0000 bcoudurier comment the ipod subtitle check libavformat
Tue, 07 Apr 2009 22:25:11 +0000 bcoudurier invert condition to simplify code libavformat
Tue, 07 Apr 2009 22:23:15 +0000 bcoudurier remove no more needed code, tag is set by default libavformat
Tue, 07 Apr 2009 22:21:43 +0000 bcoudurier cosmetics, reindent, add empty lines libavformat
Tue, 07 Apr 2009 22:19:58 +0000 bcoudurier split mov_find_codec_tag in separate per format functions libavformat
Tue, 07 Apr 2009 21:25:02 +0000 reimar Always return 0 if read_packet is successful. libavformat
Tue, 07 Apr 2009 21:16:11 +0000 reimar Do not uselessly read version string into a buffer. libavformat
Tue, 07 Apr 2009 21:10:10 +0000 reimar Describe read_alloc return value and required pkt handling to avoid memleaks libavformat
Tue, 07 Apr 2009 20:52:37 +0000 reimar Error out also when reading nuv header returns with partial data and return libavformat
Tue, 07 Apr 2009 20:47:56 +0000 bcoudurier set bits_per_coded_sample for rawvideo libavformat
Tue, 07 Apr 2009 20:37:30 +0000 bcoudurier override mov fourcc for pcm audio, this is safer when stream copying libavformat
Tue, 07 Apr 2009 18:31:14 +0000 rbultje Move av_packet_*() functions from libavformat/ to libavcodec/, where the libavformat
Tue, 07 Apr 2009 12:31:28 +0000 aurel use av_freep() instead of av_free() + =NULL. libavformat
Tue, 07 Apr 2009 12:28:41 +0000 lucabe Fix the copyright year libavformat
Tue, 07 Apr 2009 06:41:55 +0000 lucabe Add support for H.263 video in the RTP muxer libavformat
Tue, 07 Apr 2009 06:37:12 +0000 lucabe Do not return payload type 34 for H.263 (it is deprecated) libavformat
Mon, 06 Apr 2009 21:04:26 +0000 lucabe Only insert the SPS and PPS NALs in sprop-parameter-sets libavformat
Fri, 03 Apr 2009 15:32:31 +0000 michael Do not fail on zero packets. libavformat
Thu, 02 Apr 2009 23:53:47 +0000 stefano Implement JACK input device. libavformat
Thu, 02 Apr 2009 19:53:53 +0000 stefano Move AVPacket declaration from avformat.h to avcodec.h. libavformat
Thu, 02 Apr 2009 12:15:04 +0000 cehoyos Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. libavformat
Thu, 02 Apr 2009 11:27:14 +0000 reimar Reindent libavformat
Thu, 02 Apr 2009 11:26:46 +0000 reimar Support DVD subtitles in mov/mp4 as created by Nero. libavformat
Thu, 02 Apr 2009 03:52:19 +0000 bcoudurier skip empty data packets in flv, fix input.flv libavformat
Wed, 01 Apr 2009 00:53:34 +0000 mru Add $(ELIBS) to example/test app link command libavformat
Wed, 01 Apr 2009 00:53:31 +0000 mru Make examples and test progs depend on libraries libavformat
Wed, 01 Apr 2009 00:45:28 +0000 compn add another dv fourcc CDVH libavformat
Mon, 30 Mar 2009 21:37:04 +0000 aurel matroska: add support for MLP and TRUEHD codec tags libavformat
Mon, 30 Mar 2009 13:09:44 +0000 diego Fix timefilter test program build without previously building libavformat. libavformat
Sun, 29 Mar 2009 14:42:52 +0000 diego Globally ignore all example binaries. libavformat
Sun, 29 Mar 2009 14:35:20 +0000 diego Generalize example target rule in common.mak so that it sets a -example$(EXESUF) libavformat
Sat, 28 Mar 2009 03:54:31 +0000 rbultje Don't strip the first three characters off of any metadata in ASF file. libavformat
Fri, 27 Mar 2009 21:36:44 +0000 lucabe Make rtp_write_header() fail in case of unsupported payload type libavformat
Fri, 27 Mar 2009 17:06:39 +0000 diego Move output-example dependency declaration after subdir.mak include so that it is libavformat
Fri, 27 Mar 2009 00:01:06 +0000 diego Move output_example.c --> libavformat/output-example.c. libavformat
Thu, 26 Mar 2009 12:41:11 +0000 diego Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test libavformat
Thu, 26 Mar 2009 01:34:02 +0000 ramiro Use intptr_t when casting pointers to int. libavformat
Wed, 25 Mar 2009 18:19:20 +0000 diego Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. libavformat
Wed, 25 Mar 2009 06:07:13 +0000 bcoudurier set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_sample.m4v libavformat
Tue, 24 Mar 2009 03:24:59 +0000 rbultje strchr(string, '\0') returns non-NULL, and is thus not suited for use in libavformat
Sun, 22 Mar 2009 23:13:21 +0000 diego Rename 'tests' target to 'testprogs'. It is too easily confused with the libavformat
Sun, 22 Mar 2009 16:10:37 +0000 aurel handle id3v2 'genre' tag formated as '%d' libavformat
Sun, 22 Mar 2009 13:05:13 +0000 rbultje Remove alpha channel from default colorspace tables, since it is unused. See libavformat
Sun, 22 Mar 2009 12:47:16 +0000 rbultje Add a @todo with a comment from Kostya so we don't forget to optimize that at libavformat
Sun, 22 Mar 2009 07:40:22 +0000 kostya Add AURA 1 and 2 codec IDs and register their FOURCCs libavformat
Sun, 22 Mar 2009 03:52:55 +0000 bcoudurier allocate tracks instead of using MAX_STREAMS libavformat
Sun, 22 Mar 2009 02:47:35 +0000 bcoudurier since code now use get_bits_long, allocate padding buffer libavformat
Sun, 22 Mar 2009 02:04:28 +0000 bcoudurier avoid creating a new stream not referenced in pmt since it cannot be associated to a program, fix issue 835 libavformat
Sat, 21 Mar 2009 23:29:34 +0000 bcoudurier reset codec width/height for h264 forcing decoder to parse extradata libavformat
Sat, 21 Mar 2009 21:02:08 +0000 rbultje Remove slash-skipping code because the function called right after that libavformat
Sat, 21 Mar 2009 21:00:51 +0000 rbultje Reindent something where a if () --> { <-- is on a newline rather than on the libavformat
Sat, 21 Mar 2009 20:59:59 +0000 rbultje Free metadata if already allocated; fixes a memleak if the header occurs twice libavformat
Sat, 21 Mar 2009 20:58:41 +0000 rbultje Fix silly bug in hex_to_data() where it compares a string pointer for whether libavformat
Sat, 21 Mar 2009 20:56:57 +0000 rbultje Remove useless comment about something that is deprecated. See summary in libavformat
Sat, 21 Mar 2009 20:55:52 +0000 rbultje Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++". libavformat
Sat, 21 Mar 2009 20:54:47 +0000 rbultje Merge functional code from get_word() and get_word_sep() into a single libavformat
Sat, 21 Mar 2009 20:46:36 +0000 rbultje Allow (and parse) incoming server messages (notices) interleaved with TCP libavformat
Sat, 21 Mar 2009 20:44:46 +0000 rbultje Add a @todo item to use ByteIOContext instead of URLContext at some point in libavformat
Sat, 21 Mar 2009 20:34:24 +0000 rbultje Remove index writing in RM muxer, since it is broken (multiple streams per libavformat
Sat, 21 Mar 2009 19:19:09 +0000 rbultje Don't allow to sync on packets of zero-size length, since these are never libavformat
Sat, 21 Mar 2009 19:18:07 +0000 rbultje Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length libavformat
Sat, 21 Mar 2009 15:52:14 +0000 kostya Make Smacker audio decoder output audio in original bit depth libavformat
Sat, 21 Mar 2009 08:22:36 +0000 conrad Reindent libavformat
Sat, 21 Mar 2009 08:22:09 +0000 conrad Fix Speex header parsing in ogg demuxer libavformat
Sat, 21 Mar 2009 08:03:30 +0000 conrad Document ogg_codec's header function libavformat
Sat, 21 Mar 2009 07:36:25 +0000 bcoudurier fix compilation when DEBUG_SEEK is defined libavformat
Sat, 21 Mar 2009 07:35:52 +0000 bcoudurier fix valid seeking range libavformat
Sat, 21 Mar 2009 00:50:51 +0000 bcoudurier protect realloc overflow libavformat
Sat, 21 Mar 2009 00:49:14 +0000 jbr seek backwards 4 bytes if 'fLaC' marker is not found libavformat
Fri, 20 Mar 2009 17:23:45 +0000 cehoyos PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. libavformat
Fri, 20 Mar 2009 01:44:45 +0000 bcoudurier resync ffm if error in stream libavformat
Fri, 20 Mar 2009 01:39:55 +0000 bcoudurier typo, fix eof check libavformat
Fri, 20 Mar 2009 01:23:33 +0000 bcoudurier do not write ffm write index by default, detect if file is being written and return EOF libavformat
Fri, 20 Mar 2009 01:22:51 +0000 rbultje Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec libavformat
Fri, 20 Mar 2009 01:11:08 +0000 rbultje Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a libavformat
Thu, 19 Mar 2009 21:57:14 +0000 bcoudurier set avi fsize to INT64_MAX if riff tag end is not set and file size is not available libavformat