platform/upstream/libav.git
2012-06-02 Jindrich Makovickaadtsenc: Don't expose the muxer internals to the rest...
2012-06-02 Jindrich Makovickampegtsenc: use AVFormatContext for AAC packetization
2012-06-02 Jindrich Makovickampegtsenc: use AVERROR() for return codes
2012-06-01 Martin Storsjöhttp: Add the url_shutdown function for https, too
2012-06-01 Martin Storsjöhttp: Simplify code by removing a local variable
2012-06-01 Martin Storsjöhttp: Clear the old URLContext pointer when closed
2012-05-31 Martin Storsjötcp: Try enabling SO_REUSEADDR when listening
2012-05-31 Martin Storsjötcp: Check the return values from bind and accept
2012-05-31 Oka Motofumiavisynth: Make sure the filename passed to avisynth...
2012-05-30 Michael Niedermayerfate: Fix fate-ac3-fixed-encode for pre-ssse3 x86 machines
2012-05-30 Samuel Pitoisethttp: Pass the proper return code of net IO operations
2012-05-30 Samuel Pitoisethttp: Add 'post_data', a new option which sets custom...
2012-05-30 Justin Ruggleslavfi: amix: check active input count before calling...
2012-05-30 Ronald S. Bultjevp8: move block coeff arithcoder on stack.
2012-05-30 Ronald S. Bultjemp3/ac3 probe: search for PES headers to prevent probin...
2012-05-30 Christian Schmidtpcm-mpeg: improve log message wording
2012-05-30 Mans Rullgardfate: add missing $(TARGET_PATH) to ac3-fixed-encode
2012-05-30 Mans Rullgardfate: fix md5sum replacement on some systems
2012-05-29 Luca Barbatoavprobe: correctly set the default formatter
2012-05-29 Justin Ruggleslavr: add x86-optimized function for mixing 2 to 1...
2012-05-29 Justin Ruggleslavr: add x86-optimized functions for mixing 2 to 1...
2012-05-29 Justin Ruggleslavr: add C functions for mixing 2 to 1 channels with...
2012-05-29 Luca Barbatoavprobe: move formatter functions in the context
2012-05-29 Anton Khirnovavconv: extend -r to work on any input stream.
2012-05-29 Anton Khirnovdoc/avconv: expand documentation for the -s option.
2012-05-29 Anton Khirnovavconv: don't print filters inserted by avconv in strea...
2012-05-29 Anton Khirnovavconv: merge configuration code for complex and simple...
2012-05-29 Anton Khirnovavconv: split configuring input filters out of configur...
2012-05-29 Mans Rullgardfate: fix acodec/vsynth tests for make 3.81
2012-05-29 Hendrik Leppkespcm_mpeg: fix number of consumed bytes to include the...
2012-05-29 Janne Grunauavfilter: include required header file avfilter.h in...
2012-05-29 Vitor Sessakx86: Avoid movs on BUTTERFLYPS when in AVX mode
2012-05-29 Vitor Sessakx86: use new schema for ASM macros
2012-05-29 Mans Rullgardfate: convert codec-regression.sh to makefile rules
2012-05-29 Mans Rullgardfate: allow tests to specify unit size for psnr comparison
2012-05-29 Mans Rullgardfate: teach videogen/rotozoom to output a single raw...
2012-05-28 Samuel Pitoisethttp: Add support for reusing the http socket for subse...
2012-05-28 Samuel Pitoisethttp: Add support for using persistent connections
2012-05-28 Anton KhirnovAVOptions: fix the value printed in out of range error...
2012-05-26 Anton Khirnovavprobe: restore pseudo-INI old style format for compat...
2012-05-26 Anton Khirnovavprobe: fix formatting.
2012-05-26 Anton Khirnovlog: make colored output more colorful.
2012-05-26 Martin Storsjörtsp: Check for dynamic payload handlers if no static...
2012-05-26 Samuel Pitoisetopt: Add av_opt_set_bin()
2012-05-26 Martin Storsjöavconv: Display the error returned by avformat_write_header
2012-05-26 Martin Storsjörtpenc_chain: Return an error code instead of just...
2012-05-26 Martin Storsjörtpenc_chain: Free the URLContext on failure
2012-05-26 Martin Storsjörtpenc: Expose the ssrc as an avoption
2012-05-25 Christian Schmidtavprobe: display the codec profile in show_stream()
2012-05-25 Luca Barbatoavprobe: fix function prototype
2012-05-25 Martin Storsjöcosmetics: Fix indentation
2012-05-25 Luca Barbatoavprobe: changelog entry
2012-05-25 Luca Barbatoavprobe: update documentation
2012-05-25 Luca Barbatoavprobe: provide JSON output
2012-05-25 Luca Barbatoavprobe: output proper INI format
2012-05-25 Luca Barbatoavprobe: improve formatting
2012-05-25 Luca Barbatortmp: fix url parsing
2012-05-25 Luca Barbatofate: document TARGET_EXEC and its usage
2012-05-25 Alex Conversemovenc: Don't write the 'wave' atom or its child 'enda...
2012-05-25 Kostya Shishkovimc: some cosmetics
2012-05-24 Samuel Pitoisetrtmp: Pass the proper return code in rtmp_handshake
2012-05-24 Samuel Pitoisetrtmp: Check return codes of net IO operations
2012-05-23 Samuel Pitoisetrtmp: Return a proper error code instead of -1
2012-05-23 Samuel Pitoisetrtmp: Check malloc calls
2012-05-23 Samuel Pitoisetrtmp: Check ff_rtmp_packet_create calls
2012-05-23 Justin Ruggleslavfi: add audio mix filter
2012-05-23 Martin Storsjöflvdec: Make sure sample_rate is set to the updated...
2012-05-23 Michael Niedermayertqi: Pass errors from the MB decoder
2012-05-23 Dave Yeoos_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on...
2012-05-22 Samuel Pitoisethttp: Add support for reading http POST reply headers
2012-05-22 Samuel Pitoisethttp: Add http_shutdown() for ending writing of posts
2012-05-22 Samuel Pitoisettcp: Allow signalling end of reading/writing
2012-05-22 Samuel Pitoisetavio: Add a function for signalling end of reading...
2012-05-22 Anton Khirnovlavfi: fix comment, audio is supported now.
2012-05-22 Anton Khirnovlavfi: fix incorrect comment.
2012-05-22 Anton Khirnovlavfi: remove avfilter_null_* from public API on next...
2012-05-22 Anton Khirnovlavfi: remove avfilter_default_* from public API on...
2012-05-22 Mina Nagy Zakilavfi: deprecate default config_props() callback and...
2012-05-22 Anton Khirnovavfiltergraph: smarter sample format selection.
2012-05-22 Anton Khirnovavconv: rename transcode_audio/video to decode_audio...
2012-05-22 Anton Khirnovasyncts: reset delta to 0 when it's not used.
2012-05-22 Justin Rugglesx86: lavc: use %if HAVE_AVX guards around AVX functions...
2012-05-22 Diego Biurrundwt: return errors from ff_slice_buffer_init()
2012-05-22 Jordi Ortizdwt: check malloc calls
2012-05-22 Diego Biurrunppc: Drop unused header regs.h
2012-05-21 Justin Rugglesaf_resample: remove an extra space in the log output
2012-05-21 Kieran KunhyaConvert vector_fmul range of functions to YASM and...
2012-05-21 Justin Ruggleslavfi: add an audio split filter
2012-05-21 Justin Ruggleslavfi: rename vf_split.c to split.c
2012-05-21 Jordi Ortizdwt: K&R prettyprinting cosmetics
2012-05-21 Diego BiurrunRemove libnut wrapper
2012-05-21 Diego Biurrunfate: change name of FATE samples location environment...
2012-05-20 James Zernavformat: Add a flag to mark muxers that allow (non...
2012-05-20 Samuel Pitoisethttp: Factorize the code by adding http_read_header()
2012-05-20 Diego Biurrunindeo: Make ivi_calc_band_checksum() static, it is...
2012-05-20 Diego Biurrunindeo: Drop unused debug function ivi_check_band().
2012-05-20 Diego Biurrunavcodec/utils: cast a function argument to shut up...
2012-05-20 Diego Biurruntruemotion1: remove disabled code
2012-05-20 Kostya Shishkovfix typo in comment
2012-05-20 Mans Rullgardfate: fix dependencies for non-SAMPLES avconv tests
next