platform/upstream/libav.git
2014-03-13 Diego Biurrundsputil: Move intreadwrite.h #include from header file...
2014-03-13 Diego Biurrundsputil: Drop ff_check_alignment() function
2014-03-13 Diego Biurrundsputil: Remove prototypes for nonexisting optimization...
2014-03-13 Diego Biurrunx86: mpegvideoenc: Remove some remnants of the long...
2014-03-13 Diego BiurrunRemove all SPARC architecture optimizations
2014-03-13 Diego BiurrunRemove all SH4 architecture optimizations
2014-03-13 Diego Biurrunbuild: Record dependency of eatqi decoder on dsputil
2014-03-13 Diego Biurrunconfigure: Add explicit dsputil dependency to mpegvideoenc
2014-03-13 Diego Biurrunffv1: Drop bogus dependency on dsputil
2014-03-13 Diego Biurrunbuild: Drop stray LPC dependency on dsputil
2014-03-13 Diego Biurrunbuild: Drop stray MJPEG encoder dependency on dsputil
2014-03-13 Diego Biurrunbuild: Drop stray MLP decoder dependency on dsputil
2014-03-13 Diego Biurrunbuild: Drop stray PNG decoder dependency on dsputil
2014-03-13 Diego Biurrunbuild: Drop stray mpc8 decoder dependency on dsputil
2014-03-13 Reinhard TartlerPrepare for 11_alpha1 Release
2014-03-13 Luca Barbatoavconv: Match stream id
2014-03-12 Alessandro... http: Properly initialize icy headers string
2014-03-12 Martin Storsjödoc: Point to the correct, actually maintained gas...
2014-03-12 Janne Grunauarmv6: vp8: use explicit labels in motion compensation asm
2014-03-12 Luca Barbatoconfigure: Support older version of openjpeg1
2014-03-12 Vittorio Giovaracopy_block: K&R formatting cosmetics
2014-03-12 Diego Biurrunconfigure: Group toolchain options together in help...
2014-03-12 Martin Storsjöhttp: Declare more parameters as const where possible
2014-03-11 Clément Bœschhttp: Allow setting a Content-Type for POST requests
2014-03-11 Alessandro... http: Improve options descriptions
2014-03-11 Anssi Hannulahttp: Always allow no-op seek
2014-03-11 Anssi Hannulahttp: Add support for selecting a request range
2014-03-11 Clément Bœschhttp: Support setting custom User-Agent
2014-03-11 Michael Niedermayerhttp: Export Content-Type information
2014-03-11 Luca Barbatohttp: Add support reading ICY metadata
2014-03-11 Luca Barbatohttp: Refactor process_line
2014-03-11 Luca Barbatohttp: K&R formatting cosmetics
2014-03-11 Luca Barbatohttp: Drop doxy comments
2014-03-11 Luca Barbatohttp: Return meaningful error codes
2014-03-11 Luca Barbatoconfigure: Provide --pkg-config-flags
2014-03-11 Luca Barbatoavformat: Report the duration analysis reached
2014-03-11 Stephen Hutchinsondoc: Add section about AviSynth support
2014-03-11 Luca Barbatoconfigure: Document --pkg-config option
2014-03-11 Diego Biurrunlavf: more correct printf format specifiers
2014-03-10 Diego Biurrunconfigure: miscellaneous cosmetics
2014-03-10 Michael Niedermayerlavf: always use av_free
2014-03-10 Tim Walkerlavf: simplify ff_hevc_annexb2mp4_buf
2014-03-10 Luca Barbatoconfigure: Use the right pkgconf file for openjpeg
2014-03-10 Luca Barbatohevc: Use get_se_golomb_long
2014-03-10 Luca Barbatogolomb: Add a get_se_golomb_long
2014-03-10 Anton KhirnovWork around broken floating point limits on some systems.
2014-03-10 Martin Storsjömxfdec: Validate parameters to strftime
2014-03-09 Tim Walkermatroskaenc: enable Annex B to MP4 conversion for HEVC...
2014-03-09 Tim Walkermatroskaenc: write private data in hvcC format for...
2014-03-09 Tim Walkermovenc: allow muxing HEVC in MODE_MP4.
2014-03-09 Tim Walkermovenc: enable Annex B to MP4 conversion for HEVC tracks.
2014-03-09 Tim Walkermovenc: write hvcC tag for HEVC.
2014-03-09 Tim Walkermovenc: use 'hev1' tag for HEVC in MODE_MOV.
2014-03-09 James Zernriff: add VP9 fourcc
2014-03-09 Ben Littlerriff: IPJ2 decodes with JPEG2000 decoder
2014-03-09 Baptiste Couduriermovdec: handle 0x7fff langcode as macintosh per the...
2014-03-09 Piotr Bandurskilibspeex: support ZygoAudio (quality 10 mode)
2014-03-09 Mark Himsleyisom: lpcm in mov default to big endian
2014-03-09 Piotr Bandurskiisom: add "MNG" FourCC
2014-03-09 Carl Eugen... isom: Support MPEG-2 video mov files from FPC5
2014-03-09 Piotr Bandurskiisom: add "NO16" FourCC
2014-03-09 Piotr Bandurskiisom: add Radius DV YUV FourCCs
2014-03-09 Carl Eugen... isom: Support Sony XAVC in mov
2014-03-09 Ben Littlerisom: add xd51 hdcam
2014-03-09 Vittorio Giovarahevc: make pps/sps ids unsigned where necessary
2014-03-09 Michael Niedermayerhevc: Do not turn 32bit timebases into negative numbers
2014-03-09 Michael Niedermayerhevc: use av_mallocz() for allocating tab_ipm
2014-03-09 Michael Niedermayerhevc: Use get_bits_long() in decode_vui()
2014-03-08 Janne Grunaufloat_dsp: fix errors in documentation
2014-03-08 Janne Grunautimer: use mach_absolute_time as high resolution clock...
2014-03-08 Janne Grunauarm: get_cabac inline asm
2014-03-08 Janne Grunauaarch64: get_cabac inline asm
2014-03-08 Janne Grunauarm: vp3: remove incorrect const in ff_vp3_idct_dc_add_...
2014-03-08 Pierre Lejeunebuild: Use pkg-config for openjpeg
2014-03-08 John Stebbinsmovenc: allow override of "writing application" tag
2014-03-08 John Stebbinsmatroskaenc: allow override of "writing application...
2014-03-08 Janne Grunauarm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6
2014-03-08 Keiji Costantinirv10: K&R formatting cosmetics
2014-03-08 Keiji Costantinirv10: Forward error from rv10_decode_packet
2014-03-08 Diego Biurrung2meet: K&R formatting cosmetics
2014-03-07 Derek Buitenhuisfic: Properly handle skip frames
2014-03-07 Diego Biurrunmatroskadec: cosmetics: Fix "attachement" vs. "attachme...
2014-03-07 Keiji Costantinimatroskadec: K&R formatting cosmetics
2014-03-07 Martin Storsjörtmppkt: Rename the ts_delta field to ts_field
2014-03-07 Martin Panterrtmppkt: Properly handle extended timestamps when writing
2014-03-07 Martin Panterrtmppkt: Add a descriptive comment
2014-03-07 Martin Panterrtmppkt: Handle extended timestamp field even for one...
2014-03-07 Patrice Clementdict: K&R formatting cosmetics
2014-03-06 Derek Buitenhuislibx265: Support API version 9
2014-03-06 Rainer Hocheckerdxva2: Increase maximum number of slices for mpeg2
2014-03-06 Luca Barbatomxf: Return meaningful errors
2014-03-06 Paul B Maholmxf: Parse random index pack
2014-03-06 Matthieu Bouronmxf: Handle identification metadata
2014-03-06 Matthieu Bouronmxf: Set audio packets pts
2014-03-06 Matthieu Bouronmxf: Introduce ff_mxf_get_samples_per_frame
2014-03-06 Diego Biurrunbuild: Let the SVQ3 decoder depend on the H.264 decoder
2014-03-06 Diego Biurrunconfigure: Split x86 SIMD architecture extensions into...
2014-03-06 Anton Khirnovvf_shuffleplanes: fix the type of the mapping indices
2014-03-05 Diego Biurrunx86: dcadsp: Fix linking with yasm and optimizations...
2014-03-05 Anton KhirnovFATE: add tests for the shuffleplanes filter
next