summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avserver: fix build after the next bump.Anton Khirnov2012-01-222-11/+13
* rtsp: Use a random offset for trying to open UDP ports for RTPDmitry Volyntsev2012-01-221-2/+9
* rtsp: Allow specifying the UDP port range via AVOptionsMartin Storsjö2012-01-222-2/+16
* rtsp: Remove a leftover, currently pointless checkDmitry Volyntsev2012-01-221-10/+8
* rtpdec: Use our own SSRC in the SDES field when sending RRsMartin Storsjö2012-01-211-1/+1
* Finalize changelog for 0.8 ReleaseReinhard Tartler2012-01-211-1/+1
* Prepare for 0.8 ReleaseReinhard Tartler2012-01-211-1/+1
* threads: change the default for threads back to 1Janne Grunau2012-01-213-1/+7
* threads: update slice_count and slice_offset from user contextJanne Grunau2012-01-211-3/+21
* aviocat: Remove useless includesMartin Storsjö2012-01-211-5/+1
* doc/APIChanges: fill in missing dates and hashesAnton Khirnov2012-01-211-5/+5
* Revert "avserver: fix build after the next bump."Anton Khirnov2012-01-211-12/+10
* mpegaudiodec: switch error detection check to AV_EF_BUFFERDustin Brody2012-01-211-1/+1
* lavf: rename fer option and document resulting (f_)err_detect optionsDustin Brody2012-01-211-3/+8
* lavc: rename err_filter option to err_detect and document itDustin Brody2012-01-211-5/+5
* mpegvideo: fix invalid memory access for small video dimensionsJohn Brooks2012-01-212-20/+20
* movenc: Reorder entries in the MOVIentry struct, for tigheter packingMartin Storsjö2012-01-211-2/+2
* rtsp: Remove extern declarations for variables that don't existMartin Storsjö2012-01-211-3/+0
* aviocat: Flush the output before closingMartin Storsjö2012-01-211-0/+1
* Add a tool that uses avio to read and write, doing a plain copy of dataMartin Storsjö2012-01-202-1/+98
* ARM: fix build with FFT enabled and MDCT disabledFelipe Contreras2012-01-201-0/+2
* lavf: force single-threaded decoding in avformat_find_stream_infoJanne Grunau2012-01-201-3/+20
* avidec: migrate last of lavf from FF_ER_* to AV_EF_*Dustin Brody2012-01-201-3/+4
* avserver: fix build after the next bump.Anton Khirnov2012-01-201-10/+12
* mpeg12: check for available bits to avoid an infinite loopJindřich Makovička2012-01-191-1/+1
* fate: add some shorthands to run groups of testsDiego Biurrun2012-01-1922-142/+244
* fate: Give some tests more sensible names.Diego Biurrun2012-01-1942-78/+78
* cosmetics: Rename ffsink to avsink.Diego Biurrun2012-01-195-21/+21
* avprobe, cmdutils: K&R formatting cosmeticsGaurav Narula2012-01-182-73/+109
* tests: K&R formatting cosmetics for test programsGaurav Narula2012-01-185-251/+264
* lavf: free packets for muxers implementing interleave_packet().Anton Khirnov2012-01-181-3/+6
* lavf: fix and extend av_interleaved_write_frame() doxy.Anton Khirnov2012-01-181-3/+12
* mov: Remove dead stores for spherical coordinates for channel position.Alex Converse2012-01-181-4/+3
* error_resilience: K&R formatting cosmeticsDonald Ovcharov2012-01-181-627/+749
* RELEASE_NOTES: mention hiding private symbols in shared builds.Anton Khirnov2012-01-181-0/+9
* RELEASE_NOTES: mention some notable API changes in 0.8Anton Khirnov2012-01-181-5/+25
* tta: cast output data pointer to the correct typeJustin Ruggles2012-01-171-1/+1
* avconv: fix -frames for video encoders with delay.Anton Khirnov2012-01-171-1/+19
* rv34: add NEON rv34_idct_addJanne Grunau2012-01-162-3/+62
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-167-240/+130
* add SMJPEG muxerPaul B Mahol2012-01-166-3/+154
* avformat: split out common SMJPEG codePaul B Mahol2012-01-164-154/+229
* pictordec: Use bytestream2 functionsLaurentiu Ion2012-01-151-43/+56
* avconv: use avcodec_encode_audio2()Justin Ruggles2012-01-151-100/+105
* pcmenc: use AVCodec.encode2()Justin Ruggles2012-01-151-10/+17
* avcodec: bump minor version and add APIChanges for the new audio encoding APIJustin Ruggles2012-01-152-1/+9
* avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-155-19/+328
* avcodec: add a public function, avcodec_fill_audio_frame().Justin Ruggles2012-01-152-39/+75
* rv34: Intra 16x16 handlingChristophe GISQUET2012-01-165-140/+292
* rv34: Inter/intra MB code splitChristophe GISQUET2012-01-161-53/+191