log

age author description
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