66269 Commits (fa1b5631964b608ed2abb3099fb7ba9e1e521878)
 

Author SHA1 Message Date
Michael Niedermayer fa1b563196 doc/APIchanges: Update hashes and dates 10 years ago
Clément Bœsch b97e27082b doc/APIchanges: attempt to split releases 10 years ago
Andreas Cadhalpun 365b9cf624 doc: mention important API changes in the RELEASE_NOTES 10 years ago
Reynaldo H. Verdejo Pinochet 2638af2fc5 ffserver: drop custom skip_spaces() impl 10 years ago
Reynaldo H. Verdejo Pinochet 4c8be331bc ffserver: use correct error for stream not found 10 years ago
Andreas Cadhalpun 8f537420ae doc: mention in APIChanges that AVProbeData must be initialized due to the new mime_type field 10 years ago
Michael Niedermayer 5312fb13b4 RELEASE_NOTES: add version numbers 10 years ago
Michael Niedermayer c2a7607a1c RELEASE_NOTES: Add next versions name (Fresnel) 10 years ago
Michael Niedermayer 36ea35bbc0 avformat/utils: free s->pb for image2 as it can be used with and without a file 10 years ago
Clément Bœsch 89d42da5c6 avformat/assenc: honor ReadOrder 10 years ago
Michael Niedermayer 52c85b194b avdevice/lavfi: dont assign variables to themselfs 10 years ago
Michael Niedermayer 8407cbbfc9 Fix "passing argument 1 of av_free discards const qualifier from pointer target type" 10 years ago
Michael Niedermayer 296cd9c432 avformat/mpegts: Improve probe heuristic by considering the overall frequency of 0x47 headers 10 years ago
Clément Bœsch b96d864fd6 avcodec/mjpegdec: Fix chroma width rounding 10 years ago
Michael Niedermayer ceb2fe027f avcodec/bmp_parser: delay frame end detection to the next header or EOF 10 years ago
Michael Niedermayer 3c6d824b80 avcodec/bmp_parser: simplify 10 years ago
Michael Niedermayer b11d1889ef avcodec/bmp_parser: fix parsing a single bmp which has a fsize < its header 10 years ago
Clément Bœsch d86cf4a91d avformat/vobsub: fix NULL dereference 10 years ago
Michael Niedermayer 8572dbc5db avcodec/ac3en: use FF_ALLOC(Z)_ARRAY() 10 years ago
Andreas Cadhalpun bcac0f4010 lavf/format.c: use AVPROBE_SCORE_MIME instead of AVPROBE_SCORE_EXTENSION for matching mime types 10 years ago
Andreas Cadhalpun d5e802609a doc: document the addition of the AVProbeData.mime_type field and it's implications 10 years ago
Mikulas Patocka cdb3eee7c4 configure: Fix miscompilation for i586 10 years ago
Michael Niedermayer b3fd2b175c avformat/img2dec: Fail probing when no data is yet available and the filename contains no number/glob patterns either. 10 years ago
Michael Niedermayer 917d14e6a2 avformat/format: Run image2 probe again when file content data is available 10 years ago
Michael Niedermayer 321c3cd1a9 avformat/img2dec: reduce bmppipe probe score 10 years ago
James Darnley e3fb2b0eb7 docs: add example around the suggested commit message format 10 years ago
Jörg Krause 453944cc77 configure: fix check_cmd in check_host_cpp 10 years ago
Rong Yan 8e8db16a2c avutil/ppc/float_dsp_altivec: ppc: Fix bug in ff_vector_fmul_add_altivec() affecting little endian environments on POWER8 10 years ago
Michael Niedermayer 4a203b7737 avcodec/png_parser: Return the buffered data at the end 10 years ago
Michael Niedermayer a6153bde3d avcodec/pngdec: print the actual number of bytes left in the error case 10 years ago
Michael Niedermayer de4a4ca1a0 avformat/img2_alias_pix: Add AVClass and image2 AVOptions 10 years ago
Michael Niedermayer 8b4714614f avformat/img2_alias & brender_pix: fix function names 10 years ago
Michael Niedermayer 646d663f71 avformat/img2_brender_pix: Add AVClass and image2 AVOptions 10 years ago
Michael Niedermayer 5303a644f5 avformat/img2: Make AVOptions available to img* demuxers defined in other files 10 years ago
Michael Niedermayer ea7ebadeb7 avformat/rmdec: very basic MLTI support 10 years ago
Michael Niedermayer 16de4d927e ffmpeg: Do av_buffersink_set_frame_size() when reconfiguring the filtergraph not just when changing audio resample parameters 10 years ago
Michael Niedermayer 5e3da25618 Merge commit '775a0b04f0cf8102fe322b2ee03fe1a0633dea04' 10 years ago
Michael Niedermayer 3e56ae67d3 avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer 7258b5eb65 avcodec/dnxhdenc: Use FF_ALLOCZ_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer 743d489c9a avcodec/mpegvideo: Use FF_ALLOCZ_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer 6f48c60956 avcodec/twinvq: Use FF_ALLOC_ARRAY_OR_GOTO() 10 years ago
Diego Biurrun 775a0b04f0 doc: Fix syntax and logical errors in avconv stream combination example 10 years ago
Michael Niedermayer c4a0c64f14 avcodec/aacenc: Use FF_ALLOCZ_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer 7fe59eeaaf avcodec/ac3enc_template: Use FF_ALLOC_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer 8b7a39d7ea avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer 3294fc8c47 avformat/concatdec: fix "warning: explicitly assigning a variable of type int to itself" 10 years ago
Michael Niedermayer 1b5ccae0f2 avformat/mp3dec: Improve seeking frame sync code 10 years ago
Pascal Massimino 649b7a9946 av_filter/x86/idet: use HADDD where appropriate 10 years ago
Clément Bœsch c7d8dbad14 avformat: remove FF_API_ASS_SSA dead code 10 years ago
Michael Niedermayer 35a9959aca avcodec/snow: make new_picture const 10 years ago