31911 Commits (3b15a6d742edd368696a1feb6fa99892768e8a73)
 

Author SHA1 Message Date
Anton Khirnov b263bf66b7 avserver: fix build after the next bump. 13 years ago
Dmitry Volyntsev 58f0978581 rtsp: Use a random offset for trying to open UDP ports for RTP 13 years ago
Martin Storsjö dbb06b8c0d rtsp: Allow specifying the UDP port range via AVOptions 13 years ago
Dmitry Volyntsev bc495bad3d rtsp: Remove a leftover, currently pointless check 13 years ago
Martin Storsjö ad7beb2cac rtpdec: Use our own SSRC in the SDES field when sending RRs 13 years ago
Reinhard Tartler 4b63cc18bc Finalize changelog for 0.8 Release 13 years ago
Reinhard Tartler fd1a1f1484 Prepare for 0.8 Release 13 years ago
Janne Grunau 2473a45c85 threads: change the default for threads back to 1 13 years ago
Janne Grunau afb8b207d6 threads: update slice_count and slice_offset from user context 13 years ago
Martin Storsjö 7ba34575fd aviocat: Remove useless includes 13 years ago
Anton Khirnov 7512bb74f2 doc/APIChanges: fill in missing dates and hashes 13 years ago
Anton Khirnov 97e3f94b61 Revert "avserver: fix build after the next bump." 13 years ago
Dustin Brody d2a0041c20 mpegaudiodec: switch error detection check to AV_EF_BUFFER 13 years ago
Dustin Brody 5124423ec3 lavf: rename fer option and document resulting (f_)err_detect options 13 years ago
Dustin Brody f88949214c lavc: rename err_filter option to err_detect and document it 13 years ago
John Brooks 9b6aafba6c mpegvideo: fix invalid memory access for small video dimensions 13 years ago
Martin Storsjö 5d95112d92 movenc: Reorder entries in the MOVIentry struct, for tigheter packing 13 years ago
Martin Storsjö 1f712e6a05 rtsp: Remove extern declarations for variables that don't exist 13 years ago
Martin Storsjö 6a73f3bbdf aviocat: Flush the output before closing 13 years ago
Martin Storsjö 23e57d167a Add a tool that uses avio to read and write, doing a plain copy of data 13 years ago
Felipe Contreras c3d5e290ca ARM: fix build with FFT enabled and MDCT disabled 13 years ago
Janne Grunau 59297ad63d lavf: force single-threaded decoding in avformat_find_stream_info 13 years ago
Dustin Brody b89f8774f2 avidec: migrate last of lavf from FF_ER_* to AV_EF_* 13 years ago
Anton Khirnov 8e1340abc3 avserver: fix build after the next bump. 13 years ago
Jindřich Makovička a85ce653fb mpeg12: check for available bits to avoid an infinite loop 13 years ago
Diego Biurrun e5903e2972 fate: add some shorthands to run groups of tests 13 years ago
Diego Biurrun 395e6402fe fate: Give some tests more sensible names. 13 years ago
Diego Biurrun 45f2908d02 cosmetics: Rename ffsink to avsink. 13 years ago
Gaurav Narula 0184bbe2d1 avprobe, cmdutils: K&R formatting cosmetics 13 years ago
Gaurav Narula b481bbc32a tests: K&R formatting cosmetics for test programs 13 years ago
Anton Khirnov aa2e4bb058 lavf: free packets for muxers implementing interleave_packet(). 13 years ago
Anton Khirnov f97cb45156 lavf: fix and extend av_interleaved_write_frame() doxy. 13 years ago
Alex Converse d7420e0ac9 mov: Remove dead stores for spherical coordinates for channel position. 13 years ago
Donald Ovcharov ac84f2edd4 error_resilience: K&R formatting cosmetics 13 years ago
Anton Khirnov bbf0023bb6 RELEASE_NOTES: mention hiding private symbols in shared builds. 13 years ago
Anton Khirnov 26f71ef48c RELEASE_NOTES: mention some notable API changes in 0.8 13 years ago
Justin Ruggles 01ed1c390d tta: cast output data pointer to the correct type 13 years ago
Anton Khirnov 9993284793 avconv: fix -frames for video encoders with delay. 13 years ago
Janne Grunau 9e12002f11 rv34: add NEON rv34_idct_add 13 years ago
Christophe GISQUET 9ba9c34024 rv34: 1-pass inter MB reconstruction 13 years ago
Paul B Mahol ffa0923eee add SMJPEG muxer 13 years ago
Paul B Mahol 68b94f8bc3 avformat: split out common SMJPEG code 13 years ago
Laurentiu Ion d859191322 pictordec: Use bytestream2 functions 13 years ago
Justin Ruggles ee458cb1fa avconv: use avcodec_encode_audio2() 13 years ago
Justin Ruggles 05f95443ca pcmenc: use AVCodec.encode2() 13 years ago
Justin Ruggles a6ccae3f4c avcodec: bump minor version and add APIChanges for the new audio encoding API 13 years ago
Justin Ruggles b2c75b6e63 avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio() 13 years ago
Justin Ruggles 5ee5fa021f avcodec: add a public function, avcodec_fill_audio_frame(). 13 years ago
Christophe GISQUET d78062386e rv34: Intra 16x16 handling 13 years ago
Christophe GISQUET 3eeb755763 rv34: Inter/intra MB code split 13 years ago