4838 Commits (2b12317a90fb45ea0f8db8d50c55238ab286c625)

Author SHA1 Message Date
Luca Abeni 9331967007 AAC packetiser cleanup: use consts instead of #defines 16 years ago
Luca Abeni ddffcb2d3a AAC packetiser cleanup: remove check for a condition that cannot happen 16 years ago
Martin Storsjö d2ce53b786 Fix two checks in the AAC packetiser, which were too conservative 16 years ago
Reimar Döffinger ef12ec23fa Fix memleak in nuv demuxer: free packet already allocated packet when 16 years ago
Reimar Döffinger 9470511185 Correctly set packet size for partial video packets in nuv demuxer. 16 years ago
Reimar Döffinger feb993e579 Add av_shrink_packet function for use in av_get_packet that reduces pkt->size 16 years ago
Zhentan Feng c81604f862 Reduce code duplication. 16 years ago
Martin Storsjö 08e696c0b2 Add support for AMR audio in the RTP muxer 16 years ago
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