4830 Commits (17ad7b24c890a9816bd3e7b737c44ba7505aea67)

Author SHA1 Message Date
Baptiste Coudurier 17ad7b24c8 force sample for qcelp when not stored in mov, fix #968 16 years ago
Ronald S. Bultje 4bce3ba480 Reindent after r18372. 16 years ago
Ronald S. Bultje 6e9f56c127 Add waveformat-extensible support in the wav muxer. 16 years ago
Baptiste Coudurier 3c8d144789 move codec tag tables near corresponding code 16 years ago
Baptiste Coudurier 08680ab8c2 cosmetics, reindent 16 years ago
Baptiste Coudurier 0872acc45c cosmetics, add empty line and remove useless braces 16 years ago
Baptiste Coudurier b6cb99469f fix compilation, add missing parenthesis 16 years ago
Baptiste Coudurier 130ba4b17a comment the ipod subtitle check 16 years ago
Baptiste Coudurier 6452af7a33 invert condition to simplify code 16 years ago
Baptiste Coudurier cf9ce6a3d6 remove no more needed code, tag is set by default 16 years ago
Baptiste Coudurier 2ab57c0443 cosmetics, reindent, add empty lines 16 years ago
Baptiste Coudurier 6b60028595 split mov_find_codec_tag in separate per format functions 16 years ago
Reimar Döffinger b0723c8a12 Always return 0 if read_packet is successful. 16 years ago
Reimar Döffinger ac2b2226ac Do not uselessly read version string into a buffer. 16 years ago
Reimar Döffinger 6883ebe4b9 Describe read_alloc return value and required pkt handling to avoid memleaks 16 years ago
Reimar Döffinger 4e5735f774 Error out also when reading nuv header returns with partial data and return 16 years ago
Baptiste Coudurier 2fa6bc789f set bits_per_coded_sample for rawvideo 16 years ago
Baptiste Coudurier 50d2d05d34 override mov fourcc for pcm audio, this is safer when stream copying 16 years ago
Thilo Borgmann cdd8930e6a Move av_packet_*() functions from libavformat/ to libavcodec/, where the 16 years ago
Aurelien Jacobs b02d3aef94 use av_freep() instead of av_free() + =NULL. 16 years ago
Luca Abeni 0f55f341fe Fix the copyright year 16 years ago
Martin Storsjö 9edfaf3c6c Add support for H.263 video in the RTP muxer 16 years ago
Luca Abeni 215037887d Do not return payload type 34 for H.263 (it is deprecated) 16 years ago
Martin Storsjö 99f373f3a6 Only insert the SPS and PPS NALs in sprop-parameter-sets 16 years ago
Michael Niedermayer 634b927f82 Do not fail on zero packets. 16 years ago
Olivier Guilyardi 80ff8a16f5 Implement JACK input device. 16 years ago
Thilo Borgmann fabd2469f1 Move AVPacket declaration from avformat.h to avcodec.h. 16 years ago
Jai Menon 3dd2f87e61 Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. 16 years ago
Reimar Döffinger 3dd3604197 Reindent 16 years ago
Reimar Döffinger fb9ac65411 Support DVD subtitles in mov/mp4 as created by Nero. 16 years ago
Baptiste Coudurier fcb4228c86 skip empty data packets in flv, fix input.flv 16 years ago
Måns Rullgård 33afad5451 Add $(ELIBS) to example/test app link command 16 years ago
Måns Rullgård bbba084b4f Make examples and test progs depend on libraries 16 years ago
Ben Littler 13b47b4012 add another dv fourcc CDVH 16 years ago
Aurelien Jacobs b89894abb7 matroska: add support for MLP and TRUEHD codec tags 16 years ago
Diego Biurrun bbbb885626 Fix timefilter test program build without previously building libavformat. 16 years ago
Diego Biurrun 43a0cb7ca2 Generalize example target rule in common.mak so that it sets a -example$(EXESUF) 16 years ago
Ronald S. Bultje be0395103a Don't strip the first three characters off of any metadata in ASF file. 16 years ago
Luca Abeni 0766c3ee98 Make rtp_write_header() fail in case of unsupported payload type 16 years ago
Diego Biurrun 5b00e88bb2 Move output-example dependency declaration after subdir.mak include so that it is 16 years ago
Diego Biurrun d95a0c67ae Move output_example.c --> libavformat/output-example.c. 16 years ago
Ramiro Polla d4efacff64 Use intptr_t when casting pointers to int. 16 years ago
Diego Biurrun 7304c2c4ce Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. 16 years ago
Baptiste Coudurier f03a081df0 set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_sample.m4v 16 years ago
Ronald S. Bultje da1e126e0d strchr(string, '\0') returns non-NULL, and is thus not suited for use in 16 years ago
Diego Biurrun 661ce28996 Rename 'tests' target to 'testprogs'. It is too easily confused with the 16 years ago
Aurelien Jacobs bd51c0138a handle id3v2 'genre' tag formated as '%d' 16 years ago
Ronald S. Bultje 2121b160d5 Remove alpha channel from default colorspace tables, since it is unused. See 16 years ago
Ronald S. Bultje e6b09f4361 Add a @todo with a comment from Kostya so we don't forget to optimize that at 16 years ago
Kostya Shishkov c21fbefb9d Add AURA 1 and 2 codec IDs and register their FOURCCs 16 years ago