5014 Commits (be43ae66517272dc2d9e7420df6931e622d9e4bc)

Author SHA1 Message Date
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
Baptiste Coudurier 5c5776e10d allocate tracks instead of using MAX_STREAMS 16 years ago
Baptiste Coudurier 08a5b4e9b5 since code now use get_bits_long, allocate padding buffer 16 years ago
Baptiste Coudurier 5f01c1258f avoid creating a new stream not referenced in pmt since it cannot be associated to a program, fix issue 835 16 years ago
Baptiste Coudurier a0dd3c0039 reset codec width/height for h264 forcing decoder to parse extradata 16 years ago
Ronald S. Bultje cc9aced32f Remove slash-skipping code because the function called right after that 16 years ago
Ronald S. Bultje 78f731de92 Reindent something where a if () --> { <-- is on a newline rather than on the 16 years ago
Ronald S. Bultje 7d09a993d1 Free metadata if already allocated; fixes a memleak if the header occurs twice 16 years ago
Ronald S. Bultje 6a8c8b36b9 Fix silly bug in hex_to_data() where it compares a string pointer for whether 16 years ago
Ronald S. Bultje 64917dd3df Remove useless comment about something that is deprecated. See summary in 16 years ago
Ronald S. Bultje 36aa7bc27f Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++". 16 years ago
Ronald S. Bultje 1ef36a7035 Merge functional code from get_word() and get_word_sep() into a single 16 years ago
Ronald S. Bultje 7e726132c2 Allow (and parse) incoming server messages (notices) interleaved with TCP 16 years ago
Ronald S. Bultje 9c610b7667 Add a @todo item to use ByteIOContext instead of URLContext at some point in 16 years ago
Ronald S. Bultje 8b9794e542 Remove index writing in RM muxer, since it is broken (multiple streams per 16 years ago
Ronald S. Bultje 83c0ba3dad Don't allow to sync on packets of zero-size length, since these are never 16 years ago
Ronald S. Bultje e75e603c1a Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length 16 years ago