summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Describe read_alloc return value and required pkt handling to avoid memleaksReimar Döffinger2009-04-071-1/+4
* Error out also when reading nuv header returns with partial data and returnReimar Döffinger2009-04-071-2/+2
* set bits_per_coded_sample for rawvideoBaptiste Coudurier2009-04-071-7/+18
* override mov fourcc for pcm audio, this is safer when stream copyingBaptiste Coudurier2009-04-071-1/+2
* Fix second amr_nb_decode_frame() to also use the new AVPacket argumentRobert Swain2009-04-071-1/+3
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-075-96/+126
* fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs2009-04-072-4/+5
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07137-172/+541
* Move AVPacket up a bit, so that structs/functions that include AVPacket canThilo Borgmann2009-04-071-49/+49
* use av_freep() instead of av_free() + =NULL.Aurelien Jacobs2009-04-071-2/+1
* Fix the copyright yearLuca Abeni2009-04-071-1/+1
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-076-0/+93
* Do not return payload type 34 for H.263 (it is deprecated)Luca Abeni2009-04-071-0/+2
* Move scale factor computation to its own function. Patch by KenanKenan Gillet2009-04-071-8/+24
* Try to honor even completely invalid motion vectors as far as isMichael Niedermayer2009-04-061-0/+1
* Only insert the SPS and PPS NALs in sprop-parameter-setsMartin Storsjö2009-04-061-0/+6
* Add missing entry corresponding to r18163.Stefano Sabatini2009-04-061-0/+10
* Cosmetics: remove empty line.Stefano Sabatini2009-04-061-1/+0
* Fix minor version for the r18116 entry: minor was not bumped in thatStefano Sabatini2009-04-061-1/+1
* Add convenience macros for 5.0/5.1 back speaker configurations.Justin Ruggles2009-04-061-3/+4
* mlpdec: Filters and matrices may change only once per substream per access unit.Ramiro Polla2009-04-061-0/+22
* mlpdec: There must be no extraword for MLP.Ramiro Polla2009-04-051-0/+4
* mlpdec: Validate non-restart bit from the substream header.Ramiro Polla2009-04-051-2/+12
* mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not ma...Ramiro Polla2009-04-051-1/+1
* swscale: Remove X86 commented out code.Ramiro Polla2009-04-051-11/+1
* Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer2009-04-053-2/+4
* swscale: Use function pointers for swScale functions.Ramiro Polla2009-04-043-205/+186
* swscale: {}-related cosmetics.Ramiro Polla2009-04-041-7/+10
* swscale: Add const to some swScale functions' parameters.Ramiro Polla2009-04-042-70/+72
* ARM: NEON optimized put_signed_pixels_clampedDavid Conrad2009-04-042-0/+39
* ARM: NEON optimised add_pixels_clampedMåns Rullgård2009-04-042-0/+49
* Add missing static qualifier from function declaration. Patch by KenanKenan Gillet2009-04-041-1/+1
* Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini2009-04-047-16/+19
* Remove JACK input device addition entry.Stefano Sabatini2009-04-031-3/+0
* Do not fail on zero packets.Michael Niedermayer2009-04-031-1/+1
* Mark line_skip3 asm argument as output-only instead of using av_uninit.Reimar Döffinger2009-04-031-2/+2
* Mark put_signed_pixels_clamped_mmx output operands as early-clobber becauseReimar Döffinger2009-04-031-1/+1
* Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLEReimar Döffinger2009-04-031-1/+1
* Add VC-1 bitstream decoding through VA API.Gwenole Beauchesne2009-04-033-0/+359
* Update after the last two commits.Stefano Sabatini2009-04-031-0/+6
* Implement JACK input device.Olivier Guilyardi2009-04-027-1/+337
* Implement av_fifo_space().Olivier Guilyardi2009-04-023-1/+14
* Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.Diego Biurrun2009-04-021-1/+1
* Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c.Alex Converse2009-04-021-13/+31
* Update after the last API change.Stefano Sabatini2009-04-021-0/+9
* Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann2009-04-022-51/+51
* swscale: Remove mmx2 params from h[yc]scale().Ramiro Polla2009-04-021-29/+36
* swscale: Split h[yc]scale_fast() into their own functions.Ramiro Polla2009-04-021-23/+38
* swscale: Execute sfence and emms depending on runtime flags.Ramiro Polla2009-04-021-17/+4
* Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon2009-04-024-2/+24
OpenPOWER on IntegriCloud