10404 Commits (d5049e2c6948d4d9529fb825912a907fb9077120)
 

Author SHA1 Message Date
Michael Niedermayer 10a7571b09 deal with the case where one of pts,dts has wrapped but the other has not 17 years ago
Daniel Kristjansson 29d2dc59f9 fix mem leak 17 years ago
Diego Biurrun c7bf7a8267 Identifiers starting with underscores are reserved. 17 years ago
Andreas Öman d4a688d029 fix cabac decoding with some Blue-Ray sources 17 years ago
Michael Niedermayer 90f66438a5 kill antiwrapping code, i do not think this did anything good 17 years ago
Roman Shaposhnik f49f6e8889 replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 17 years ago
Panagiotis Issaris 6654296c30 Handle malloc failure 17 years ago
Baptiste Coudurier bffcf2ebbf treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample 17 years ago
Michael Niedermayer a11c2a2c66 support silly PCM variant used by zork nemesis 17 years ago
Michael Niedermayer 2711cb28f4 prevent assert failure with negative quant_offset 17 years ago
Michael Niedermayer 3dd2a1c53f warn user if max=bitrate && max > min 17 years ago
Michael Niedermayer 611e7bc41b support raw 4bpp avi 17 years ago
Michael Niedermayer 3bdc2fcea6 make the reference code use double instead of float where it is easy 17 years ago
Michael Niedermayer 86c624af1b print max and mse 17 years ago
Christophe Gisquet 7919d10c61 Make bicubic interpolation standard compliant 17 years ago
Justin Ruggles 8b60bbbf5b simplify stereo rematrixing 17 years ago
Justin Ruggles b6acc57f88 change 2 fields from context to local variables 17 years ago
Justin Ruggles 8fbb368d2c BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion 17 years ago
Justin Ruggles 7bfd22f25a remove broken downmixing. will add new implementation later. 17 years ago
Panagiotis Issaris edecaff8c2 Take care of some renames (Doxygen and function name) after the previous pure rename patch. 17 years ago
Panagiotis Issaris bd38efffe8 Rename h264dsp.c to h264dspenc.c 17 years ago
Ronald S. Bultje 36cf20f5a6 Merge get_str() and get_str8() functions. 17 years ago
Ronald S. Bultje 28263f5f15 Fix get_str/get_str8() to also work if the target string is not long enough to 17 years ago
Diego Biurrun bd7c6fd50c typo 17 years ago
Diego Biurrun 1903245071 Ahem, fix typos overlooked in last commit. 17 years ago
Diego Biurrun df3a80b50a cosmetics: misc typo fixes 17 years ago
David Conrad bd35bdf1b2 Add EBML ID for Segment UID 17 years ago
Panagiotis Issaris 6611c0b4c9 Replace a return of -1 with ENOMEM. 17 years ago
Panagiotis Issaris 794f8e976b Add the possibility to show all configurable encoders, decoders, parsers, 17 years ago
Panagiotis Issaris 4cb3aa09fa Add a section about C++ and extern "C" in the FAQ. 17 years ago
Michael Niedermayer 6b90f8e04a note about removing needs_more_info 17 years ago
Michael Niedermayer 8950f82879 detect voxware (closes issue39) 17 years ago
Michael Niedermayer 41415d2856 try exact match before case insensitive match in codec_get_id 17 years ago
Michael Niedermayer 60ff1c4481 ignore invalid packet_obj_size 17 years ago
Luca Abeni c5388c0784 Introduce an SDP generator 17 years ago
Michael Niedermayer 0eb7d78066 remove "Advanced Prediction Mode not supported" spam 17 years ago
Michael Niedermayer 59ba3fd0b6 also support DEBUG_PICT_INFO for h263i 17 years ago
Michael Niedermayer 1be7c87fdd move show_pict_info() to its own function 17 years ago
Aurelien Jacobs 89aa478f75 cosmetics: alignment 17 years ago
Aurelien Jacobs b1dc5beb12 replaces hardcoded values by the equivalent enum definitions 17 years ago
Michael Niedermayer 4d8243d362 add vst option to select video stream 17 years ago
Michael Niedermayer e0c850a8c4 Avoid misdetecting acelp in ASF as MP3. 17 years ago
Aurelien Jacobs 11bf3847b3 add proper support for subtitles muxing/stream copying 17 years ago
Aurelien Jacobs 8e0d882b49 copy language information from input stream to output 17 years ago
Aurelien Jacobs a03d59b720 copy packet duration when doing a stream copy 17 years ago
Aurelien Jacobs 977f6a9049 remove wrong const qualifier 17 years ago
Aurelien Jacobs 868e43d952 use the most appropriate codec id for A_MPEG/L1 and L2 17 years ago
Aurelien Jacobs 0f40b54c17 reorder matroska codec tags so that the encoder picks up the appropriate tag 17 years ago
Stefan Gehrer 5d2b15b870 have less functions as inline 17 years ago
Vitor Sessak d58d7ade78 Minor cosmetics 17 years ago