aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | ffv1enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-3/+2
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | dvenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | dpxenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | dnxhdenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | cljrenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | bmpenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | alacenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | sv1enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-3/+2
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | adxenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | adpcmenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | aacenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | lavc: add ff_alloc_packet2().Michael Niedermayer2012-03-222-4/+19
| | | | | | | | | | | | | | | | | | | | | This contains a AVCodecContext thus allowing us to prevent the error message duplication Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avcodec_encode_audio2: add missing padding to realloc()Michael Niedermayer2012-03-221-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | udp: lock all operations on shared variables.Nicolas George2012-03-221-5/+6
| | |
* | | udp: return the error code instead of generic EIO.Nicolas George2012-03-221-1/+1
| | |
* | | udp: call av_fifo_space directly as needed.Nicolas George2012-03-221-6/+2
| | | | | | | | | | | | | | | The comment seemed to indicate that left was used to limit the size of the recv, but it was not so.
* | | udp: use non-blocking read instead of select.Nicolas George2012-03-221-20/+1
| | |
* | | udp: use pthread_cancel instead of a shared flag.Nicolas George2012-03-221-3/+11
| | | | | | | | | | | | | | | It allows to exit the thread immediately instead of waiting for select to timeout (one second in the current code).
* | | segment: fix null pointer dereferencePaul B Mahol2012-03-221-3/+5
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | dvbsub: remove unused variablePaul B Mahol2012-03-221-2/+1
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | bbox: remove superfluous initializationsPaul B Mahol2012-03-221-2/+2
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | flicvideo: remove dead storePaul B Mahol2012-03-221-1/+0
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | latm_parser: remove dead storePaul B Mahol2012-03-221-1/+0
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | sunrastenc: remove dead storePaul B Mahol2012-03-221-1/+0
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | mjpegbdec: remove dead storePaul B Mahol2012-03-221-1/+0
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vqavideo: remove some superfluous " VQA video: "Paul B Mahol2012-03-221-9/+9
| | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | electronicarts vp6: set duration of video streamPaul B Mahol2012-03-221-1/+5
| | | | | | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | doc/examples/decoding_encoding: make the buffer bigger.Michael Niedermayer2012-03-221-1/+1
| | | | | | | | | | | | | | | | | | This should be converted to the new API Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2012-03-221-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cus/stable: ffplay: use frame count based queueing for audio queue ffplay: reset audio_pkt_temp when opening audio Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | | ffplay: use frame count based queueing for audio queueMarton Balint2012-03-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces the number of queued frames for audio data but also reduces the amount of A-V difference after changing the audio stream (because less frames are queued). Fixes bug #1035. Signed-off-by: Marton Balint <cus@passwd.hu>
| * | | ffplay: reset audio_pkt_temp when opening audioMarton Balint2012-03-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise we may use the remaining data of the last packet from the previous audio stream. Fixes bug #951. Signed-off-by: Marton Balint <cus@passwd.hu>
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-2248-499/+1214
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (26 commits) adxenc: use AVCodec.encode2() adxenc: Use the AVFrame in ADXContext for coded_frame indeo4: fix out-of-bounds function call. configure: Restructure help output. configure: Internal-only components should not be command-line selectable. vorbisenc: use AVCodec.encode2() libvorbis: use AVCodec.encode2() libopencore-amrnbenc: use AVCodec.encode2() ra144enc: use AVCodec.encode2() nellymoserenc: use AVCodec.encode2() roqaudioenc: use AVCodec.encode2() libspeex: use AVCodec.encode2() libvo_amrwbenc: use AVCodec.encode2() libvo_aacenc: use AVCodec.encode2() wmaenc: use AVCodec.encode2() mpegaudioenc: use AVCodec.encode2() libmp3lame: use AVCodec.encode2() libgsmenc: use AVCodec.encode2() libfaac: use AVCodec.encode2() g726enc: use AVCodec.encode2() ... Conflicts: configure libavcodec/Makefile libavcodec/ac3enc.c libavcodec/adxenc.c libavcodec/libgsm.c libavcodec/libvorbis.c libavcodec/vorbisenc.c libavcodec/wmaenc.c tests/ref/acodec/g722 tests/ref/lavf/asf tests/ref/lavf/ffm tests/ref/lavf/mkv tests/ref/lavf/mpg tests/ref/lavf/rm tests/ref/lavf/ts tests/ref/seek/lavf_asf tests/ref/seek/lavf_ffm tests/ref/seek/lavf_mkv tests/ref/seek/lavf_mpg tests/ref/seek/lavf_rm tests/ref/seek/lavf_ts Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | | adxenc: use AVCodec.encode2()Justin Ruggles2012-03-211-16/+20
| | | |
| * | | adxenc: Use the AVFrame in ADXContext for coded_frameJustin Ruggles2012-03-211-8/+2
| | | |
| * | | indeo4: fix out-of-bounds function call.Ronald S. Bultje2012-03-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
| * | | configure: Restructure help output.Diego Biurrun2012-03-211-32/+45
| | | | | | | | | | | | | | | | | | | | Break some of the longer sections into smaller sensible pieces; make some option descriptions and option ordering more consistent.
| * | | configure: Internal-only components should not be command-line selectable.Diego Biurrun2012-03-211-11/+7
| | | |
| * | | vorbisenc: use AVCodec.encode2()Justin Ruggles2012-03-211-12/+31
| | | |
| * | | libvorbis: use AVCodec.encode2()Justin Ruggles2012-03-212-21/+51
| | | |
| * | | libopencore-amrnbenc: use AVCodec.encode2()Justin Ruggles2012-03-211-14/+37
| | | |
| * | | ra144enc: use AVCodec.encode2()Justin Ruggles2012-03-213-15/+36
| | | |
| * | | nellymoserenc: use AVCodec.encode2()Justin Ruggles2012-03-212-11/+35
| | | |
| * | | roqaudioenc: use AVCodec.encode2()Justin Ruggles2012-03-211-15/+27
| | | | | | | | | | | | | | | | | | | | The first frame pts must be saved until we have 8 frames since RoQ audio requires 8 frames in the first packet.
| * | | libspeex: use AVCodec.encode2()Justin Ruggles2012-03-212-20/+37
| | | |
| * | | libvo_amrwbenc: use AVCodec.encode2()Justin Ruggles2012-03-211-8/+29
| | | |
| * | | libvo_aacenc: use AVCodec.encode2()Justin Ruggles2012-03-211-25/+96
| | | |
| * | | wmaenc: use AVCodec.encode2()Justin Ruggles2012-03-211-17/+31
| | | |
| * | | mpegaudioenc: use AVCodec.encode2()Justin Ruggles2012-03-2011-110/+131
| | | | | | | | | | | | | | | | Update FATE references due to encoder delay.
| * | | libmp3lame: use AVCodec.encode2()Justin Ruggles2012-03-202-22/+52
| | | |
| * | | libgsmenc: use AVCodec.encode2()Justin Ruggles2012-03-201-10/+24
| | | |