summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* jpeglsenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* j2kenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* huffyuvenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* gifenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g726enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* g722enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* flashv2enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* flashvenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* flacenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffv1enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dvenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dpxenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dnxhdenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* cljrenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* bmpenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* alacenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* sv1enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* adxenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* adpcmenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* aacenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: add ff_alloc_packet2().Michael Niedermayer2012-03-22
| | | | | | | 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-22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* udp: lock all operations on shared variables.Nicolas George2012-03-22
|
* udp: return the error code instead of generic EIO.Nicolas George2012-03-22
|
* udp: call av_fifo_space directly as needed.Nicolas George2012-03-22
| | | | | 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-22
|
* udp: use pthread_cancel instead of a shared flag.Nicolas George2012-03-22
| | | | | 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-22
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dvbsub: remove unused variablePaul B Mahol2012-03-22
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* bbox: remove superfluous initializationsPaul B Mahol2012-03-22
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* flicvideo: remove dead storePaul B Mahol2012-03-22
| | | | | 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-22
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* sunrastenc: remove dead storePaul B Mahol2012-03-22
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* mjpegbdec: remove dead storePaul B Mahol2012-03-22
| | | | | 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-22
| | | | | 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-22
| | | | | | 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-22
| | | | | | 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-22
|\ | | | | | | | | | | | | | | * 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-19
| | | | | | | | | | | | | | | | 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-19
| | | | | | | | | | | | | | 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-22
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-21
| | |
| * | adxenc: Use the AVFrame in ADXContext for coded_frameJustin Ruggles2012-03-21
| | |
| * | indeo4: fix out-of-bounds function call.Ronald S. Bultje2012-03-21
| | | | | | | | | | | | | | | | | | | | | 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-21
| | | | | | | | | | | | | | | 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-21
| | |
| * | vorbisenc: use AVCodec.encode2()Justin Ruggles2012-03-21
| | |
| * | libvorbis: use AVCodec.encode2()Justin Ruggles2012-03-21
| | |
| * | libopencore-amrnbenc: use AVCodec.encode2()Justin Ruggles2012-03-21
| | |
| * | ra144enc: use AVCodec.encode2()Justin Ruggles2012-03-21
| | |