19202 Commits (fc660a01435314536101ade688ef21eb346d1a32)
 

Author SHA1 Message Date
Ronald S. Bultje 2851d2253f Document addition of new avcodec_decode_video2/audio3/subtitle2() API and 16 years ago
Martin Storsjö 08e696c0b2 Add support for AMR audio in the RTP muxer 16 years ago
Baptiste Coudurier 17ad7b24c8 force sample for qcelp when not stored in mov, fix #968 16 years ago
Ronald S. Bultje 4bce3ba480 Reindent after r18372. 16 years ago
Ronald S. Bultje 6e9f56c127 Add waveformat-extensible support in the wav muxer. 16 years ago
Robert Swain 7b356d3951 Clarify which time_base the relevant members of AVPacket use 16 years ago
Baptiste Coudurier 3c8d144789 move codec tag tables near corresponding code 16 years ago
Baptiste Coudurier 08680ab8c2 cosmetics, reindent 16 years ago
Baptiste Coudurier 0872acc45c cosmetics, add empty line and remove useless braces 16 years ago
Baptiste Coudurier b6cb99469f fix compilation, add missing parenthesis 16 years ago
Baptiste Coudurier 130ba4b17a comment the ipod subtitle check 16 years ago
Baptiste Coudurier 6452af7a33 invert condition to simplify code 16 years ago
Baptiste Coudurier cf9ce6a3d6 remove no more needed code, tag is set by default 16 years ago
Baptiste Coudurier 2ab57c0443 cosmetics, reindent, add empty lines 16 years ago
Baptiste Coudurier 6b60028595 split mov_find_codec_tag in separate per format functions 16 years ago
Stefano Sabatini f3370e14ea Improve grammar/comprehensibility of the lavu 50.2.0 entry. 16 years ago
Reimar Döffinger b0723c8a12 Always return 0 if read_packet is successful. 16 years ago
Reimar Döffinger ac2b2226ac Do not uselessly read version string into a buffer. 16 years ago
Reimar Döffinger 6883ebe4b9 Describe read_alloc return value and required pkt handling to avoid memleaks 16 years ago
Reimar Döffinger 4e5735f774 Error out also when reading nuv header returns with partial data and return 16 years ago
Baptiste Coudurier 2fa6bc789f set bits_per_coded_sample for rawvideo 16 years ago
Baptiste Coudurier 50d2d05d34 override mov fourcc for pcm audio, this is safer when stream copying 16 years ago
Robert Swain f0ed92df60 Fix second amr_nb_decode_frame() to also use the new AVPacket argument 16 years ago
Thilo Borgmann cdd8930e6a Move av_packet_*() functions from libavformat/ to libavcodec/, where the 16 years ago
Aurelien Jacobs 012f930855 fix vp5/vp6 decoding by using new prototype for decode function 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Thilo Borgmann 18c915eef4 Move AVPacket up a bit, so that structs/functions that include AVPacket can 16 years ago
Aurelien Jacobs b02d3aef94 use av_freep() instead of av_free() + =NULL. 16 years ago
Luca Abeni 0f55f341fe Fix the copyright year 16 years ago
Martin Storsjö 9edfaf3c6c Add support for H.263 video in the RTP muxer 16 years ago
Luca Abeni 215037887d Do not return payload type 34 for H.263 (it is deprecated) 16 years ago
Kenan Gillet 809e07c618 Move scale factor computation to its own function. Patch by Kenan 16 years ago
Michael Niedermayer 38d5647a63 Try to honor even completely invalid motion vectors as far as is 16 years ago
Martin Storsjö 99f373f3a6 Only insert the SPS and PPS NALs in sprop-parameter-sets 16 years ago
Stefano Sabatini 5a43bbc37d Add missing entry corresponding to r18163. 16 years ago
Stefano Sabatini 26f3f2914e Cosmetics: remove empty line. 16 years ago
Stefano Sabatini b4656e6b0d Fix minor version for the r18116 entry: minor was not bumped in that 16 years ago
Justin Ruggles 8613af0a65 Add convenience macros for 5.0/5.1 back speaker configurations. 16 years ago
Ramiro Polla 75428fa447 mlpdec: Filters and matrices may change only once per substream per access unit. 16 years ago
Ramiro Polla 89e39be3b6 mlpdec: There must be no extraword for MLP. 16 years ago
Ramiro Polla cc9c512638 mlpdec: Validate non-restart bit from the substream header. 16 years ago
Ramiro Polla 0091d8a164 mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not max_channel. 16 years ago
Ramiro Polla dd4090256c swscale: Remove X86 commented out code. 16 years ago
Michael Niedermayer 300a3d0d00 Make sure the last bits of huffyuv frames are zeroed. 16 years ago
Ramiro Polla 40fa514033 swscale: Use function pointers for swScale functions. 16 years ago
Ramiro Polla 14d5c18c98 swscale: {}-related cosmetics. 16 years ago
Ramiro Polla 7ac4032784 swscale: Add const to some swScale functions' parameters. 16 years ago
David Conrad cc2e555420 ARM: NEON optimized put_signed_pixels_clamped 16 years ago
Måns Rullgård 08e12b2240 ARM: NEON optimised add_pixels_clamped 16 years ago
Kenan Gillet 3c00556f4b Add missing static qualifier from function declaration. Patch by Kenan 16 years ago