16518 Commits (0a23c0bbdb64cc211df15e37e5df9d44ed04b5db)
 

Author SHA1 Message Date
Benoit Fouet 21899717a3 Move iv_decode_frame function to remove a forward declaration. 16 years ago
Benoit Fouet 950c0373fd Remove useless lines. 16 years ago
Benoit Fouet 6f427ccbeb Reindent whole file. 16 years ago
Ronald S. Bultje f5f1e97f33 Reindent after previous patches. 16 years ago
Ronald S. Bultje 119b466811 Implement a RTSPTransport field, which allows proper separation of server 16 years ago
Ronald S. Bultje ab63fb0360 Remove access to rdt_data struct in functions called outside of the 16 years ago
Ronald S. Bultje eee2cbff77 Send improper UDP SETUP request, which is what Realmedia servers expect. 16 years ago
Ronald S. Bultje 90abbdba1e Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us 16 years ago
Benoit Fouet e1a96237df Indent. 16 years ago
Benoit Fouet f8be1206a6 Simplify iv_free_func(). 16 years ago
Benoit Fouet ffc64ac061 Move allocated buffer out of YUV buffer structure. 16 years ago
Benoit Fouet c2db8a99a6 Remove useless initializations. 16 years ago
Benoit Fouet 8b27f76bf8 Check allocations on init. 16 years ago
Benoit Fouet 809a23a543 Remove useless test. 16 years ago
Benoit Fouet 56d9b943d3 Cosmetics 16 years ago
Benoit Fouet 68e9c68fdb use uint8_t instead of unsigned char 16 years ago
Benoit Fouet e679560d9c Corrector type fits in 8 bits. 16 years ago
Benoit Fouet 2c3c87b8c4 Remove useless casts and use variable instead of its type in sizeof. 16 years ago
Benoit Fouet 9fd88b2946 Change table types to uint8_t 16 years ago
David Conrad 12ce1f3fc1 Downgrade severity of leftover bits in header packets, and don't check for the comment header 16 years ago
Baptiste Coudurier 0c5f76f708 support negative ctts in some way, unset wrong dts 16 years ago
Michael Niedermayer ae4ffe9f64 Allocate 1 line more in the chroma plane for H.264, this avoids some 16 years ago
Michael Niedermayer 503bc4026d Replace second (and wrong) call to avcodec_align_dimensions() by adjusting 16 years ago
Michael Niedermayer 8c07cee91a Do not attempt to perform error concealment in lowres mode as this is 16 years ago
Aurelien Jacobs 15ae1959d8 atrac3: ensure input frame is not overwritten (it is const) 16 years ago
David Conrad 068e82bac1 Use skip_frame for keyframe-only decoding rather than #ifdef 16 years ago
Carl Eugen Hoyos bf615b89e3 Fix a warning about an undefined function when compiling h264.c 16 years ago
Diego Pettenò dc771f6b5f Remove some format string warnings. 16 years ago
Diego Biurrun d0feff2a5b Uniformly define _XOPEN_SOURCE to 600. 16 years ago
Diego Biurrun c44c4e181f cosmetics: Consistently use #ifdef in preprocessor directives. 16 years ago
Diego Biurrun 92ca910542 Remove unused function fast_memcpy. 16 years ago
Diego Biurrun ed2164f37e cosmetics: indentation 16 years ago
Michael Niedermayer 8335a9f0cb Revert mistakely commited hunk. 16 years ago
Michael Niedermayer 0473e31faa Print all cases that are tested, not just the ones that are bad. 16 years ago
Michael Niedermayer f830d8244a Fix infinite loop with spline, bug was introduced in r27612 by me. 16 years ago
Diego Pettenò 1d44d365ac fix -uninstalled.pc includedir for out-of-tree builds 16 years ago
Wolfram Gloger 143df82789 set video_enc->sample_aspect_ratio to fix stream copy 16 years ago
Michael Niedermayer ed16f91f26 Guess picture type from picture coding extension when the main header is damaged. 16 years ago
Aurelien Jacobs d5e34dcb72 matroskadec: merge ASS events which share the same pts in the same AVPavket 16 years ago
Aurelien Jacobs 3df2be9fa7 matroskadec: ass events lines must end with a DOS style EOL 16 years ago
Aurelien Jacobs 1bb4a1a1c4 matroskadec: set duration only for CODEC_ID_TEXT subtitles 16 years ago
Aurelien Jacobs e7d4b7431d matroskadec: pass duration as parameter of matroska_fix_ass_packet() 16 years ago
Michael Niedermayer e43d7a18d8 AVOptions support for ffplay. 16 years ago
Michael Niedermayer 85663ef302 Move opt_default() and set_context_opts() to cmdutils so it can be used from 16 years ago
Michael Niedermayer df1a4b1134 Rename opt_default() so it will not conflict with the one from ffmpeg.c 16 years ago
Francesco Cosoleto 30ab4deda8 Document the directpred auto value. 16 years ago
Francesco Cosoleto b235dbb05b Substitute the not anymore supported "me" option name with "me_method" 16 years ago
Robert Swain 9e44998c63 Make myself maintainer of the preset files 16 years ago
Stefano Sabatini d2845b758e Implement the force_fps option, which disables the automatic selection 16 years ago
Siarhei Siamashka 4c149a80e6 Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputils 16 years ago