31207 Commits (01151a26c03c5df85509150d393e039f574d005f)
 

Author SHA1 Message Date
Stefano Sabatini ccfa626db8 suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxy 14 years ago
Stefano Sabatini f6d6783a4d ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt() 14 years ago
Mans Rullgard 0d5c349ac4 put_bits: remove ALT_BITSTREAM_WRITER 14 years ago
Mans Rullgard 30b05520c8 put_bits: always use intreadwrite.h macros 14 years ago
Stefano Sabatini 59bd0fef66 vf_lut: set minimum and maximum alpha value for yuva420p 14 years ago
Stefano Sabatini 2b550beb22 vf_lut: add plane validity check in draw_slice() 14 years ago
Reinhard Tartler 12489443de libavformat: Add an example how to use the metadata API 14 years ago
Reinhard Tartler 21a19b7912 doxygen: Prefer member groups over grouping into modules 14 years ago
Nicolas George 25119a7f08 ffprobe: flush stdout after each group. 14 years ago
Etienne Buira 3db9002f36 cmdutils: fix an opt name/val swap in set_context_opts() 14 years ago
Nicolas George 5d35b279e2 ALSA demuxer: use av_gettime and a timefilter. 14 years ago
Reinhard Tartler 7655cfb1b8 doxygen: be more permissive when searching for API examples 14 years ago
Reinhard Tartler 1a53a438dc avformat: doxify the Metadata API 14 years ago
Anton Khirnov 4f731c4429 lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format. 14 years ago
Anton Khirnov 5001d6ef4a lavf: use the correct pointer in av_open_input_stream(). 14 years ago
Michael Niedermayer 3074f03a07 Merge remote-tracking branch 'qatar/master' 14 years ago
Alex Converse d3f610c186 avidec: infer absolute vs relative index from first packet 14 years ago
Mans Rullgard 23ce6e7212 get_bits: remove x86 inline asm in A32 bitstream reader 14 years ago
Reinhard Tartler fccab01807 doc: Remove outdated information about our issue tracker 14 years ago
Alex Converse 8b84af7488 avidec: Factor out the sync fucntionality. 14 years ago
Alex Converse 29651e1d44 fate-aac: Expand coverage. 14 years ago
Justin Ruggles f99a5ef92e ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents(). 14 years ago
Justin Ruggles 8b7b2d6aae ac3dsp: simplify extract_exponents() now that it does not need to do clipping. 14 years ago
Justin Ruggles 523b7eba19 ac3enc: clip coefficients after MDCT. 14 years ago
Justin Ruggles 6054cd25b4 ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions. 14 years ago
Nicolas George 392acaedcb ALSA: fix use of period_size. 14 years ago
Ronald S. Bultje 8a8d0ce208 swscale: for >8bit scaling, read in native bit-depth. 14 years ago
John Stebbins cdc2c1c576 matroskadec: matroska_read_seek after after EBML_STOP leads to failure. 14 years ago
Reinhard Tartler 134557f3a4 doxygen: fix usage of @file directive in libavutil/{dict,file}.h 14 years ago
Stefano Sabatini 46edd3a01b ffprobe: fix opt_pretty() signature 14 years ago
Stefano Sabatini 7464a53aaa lavfi: make pix_fmt_is_in() in vf_lut.c an internal function 14 years ago
Nicolas George 518d8d4365 lavf: bump minor and add APIchanges entry for av_get_output_timestamp 14 years ago
Jonathan Baldwin cb7e3202ec openal: prefer ISC license 14 years ago
Stefano Sabatini 34ab23f226 dict: fix another typo 14 years ago
Nicolas George 84c2d8af13 ALSA: implement get_output_timestamp. 14 years ago
Nicolas George b442ca69d9 lavf: add an API to get output timestamps. 14 years ago
Nicolas George d1b029dec9 ALSA encoder: correctly set time_base. 14 years ago
Michael Niedermayer 721be99371 Merge remote-tracking branch 'qatar/master' 14 years ago
Michael Niedermayer 9251942ca7 Fix mpeg4 padding bug detection with more than 128bit trash and slices. 14 years ago
Carl Eugen Hoyos 315f0e3fd8 Fix possible double free when encoding using xvid. 14 years ago
Carl Eugen Hoyos dec126a932 Fix internal buffer size for 2bpp and 4bpp raw video. 14 years ago
Reinhard Tartler 807aa2d8f3 doxygen: Help doxygen parser to understand the DECLARE_ALIGNED and offsetof macros 14 years ago
Diego Biurrun be73d76b34 cosmetics: fix some then/than typos 14 years ago
Reinhard Tartler d7537a6fce doxygen: Include libavcodec and libavformat examples into the documentation 14 years ago
Reinhard Tartler 192bfbc1f1 avutil: elaborate documentation for av_get_random_seed 14 years ago
Benjamin Larsson dafaef2fe1 Add support for aac streams in mp4/mov without extradata. 14 years ago
Mans Rullgard 4bfe064460 aes: whitespace cosmetics 14 years ago
Mans Rullgard bd55da1c08 adler32: whitespace cosmetics 14 years ago
Jeff Downs a09918335f Make all option parsing functions match the function pointer type through which they are called. 14 years ago
Ronald S. Bultje 81cc7d0bd1 swscale: fix another yuv range conversion overflow in 16bit scaling. 14 years ago